summaryrefslogtreecommitdiff
path: root/worker.py
diff options
context:
space:
mode:
Diffstat (limited to 'worker.py')
-rw-r--r--worker.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/worker.py b/worker.py
index cfe5cfd..4c88f30 100644
--- a/worker.py
+++ b/worker.py
@@ -229,6 +229,7 @@ def process():
trueskill_column = "trueskill_br"
if trueskill_column is None:
logger.info("got unsupported game mode %s", match.game_mode)
+ continue
matchup_shared = [] # trueskill shared across all modes
matchup = []