summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/match_up/controller.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/match_up/controller.py b/src/match_up/controller.py
index 8e89ffd..0e08cae 100644
--- a/src/match_up/controller.py
+++ b/src/match_up/controller.py
@@ -69,9 +69,9 @@ class RoundGenerator:
self.players.increment_game_count(identifiers)
self.round += 1
return self.clear()
-
+
def reset(self):
self.round = 0
self.games = _create_placeholders(self.courts.get_courts(), "---")
self.players.reset_game_count()
- return self.games
+ return self.games