From 1456d6dfb9e1102afc8c0dd2404255b71471ad79 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 23 Dec 2017 14:56:30 +0100 Subject: ignore unsupported game modes --- worker.py | 1 + 1 file changed, 1 insertion(+) 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 = [] -- cgit v1.3.1