summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-12-23 14:56:30 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-12-23 14:56:30 +0100
commit1456d6dfb9e1102afc8c0dd2404255b71471ad79 (patch)
tree0e2afb7fee4cfd7cf3acfec597e10cdff586e473
parentd6802a8a762507a7d2a7a6ef6eee4049ab460d6c (diff)
downloadanalyzer-1456d6dfb9e1102afc8c0dd2404255b71471ad79.tar.gz
analyzer-1456d6dfb9e1102afc8c0dd2404255b71471ad79.zip
ignore unsupported game modes
-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 = []