summaryrefslogtreecommitdiff
path: root/jfr_playoff
diff options
context:
space:
mode:
Diffstat (limited to 'jfr_playoff')
-rw-r--r--jfr_playoff/gui/frames/match.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/jfr_playoff/gui/frames/match.py b/jfr_playoff/gui/frames/match.py
index 5437887..5ad8a8e 100644
--- a/jfr_playoff/gui/frames/match.py
+++ b/jfr_playoff/gui/frames/match.py
@@ -766,6 +766,8 @@ class MatchSettingsFrame(RepeatableFrame):
config['score'].append(0.0)
if self.scoreNotFinished.get():
config['running'] = self.scoreBoards.get()
+ else:
+ config['running'] = -1
return config