summaryrefslogtreecommitdiff
path: root/jfr_playoff/matchinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'jfr_playoff/matchinfo.py')
-rw-r--r--jfr_playoff/matchinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jfr_playoff/matchinfo.py b/jfr_playoff/matchinfo.py
index 9473238..9366d5f 100644
--- a/jfr_playoff/matchinfo.py
+++ b/jfr_playoff/matchinfo.py
@@ -152,7 +152,7 @@ class MatchInfo:
boards_to_play = 0
try:
boards_played, boards_to_play = self.__get_db_board_count()
- except (mysql.connector.Error, TypeError, KeyError):
+ except (mysql.connector.Error, TypeError, IndexError, KeyError):
pass
if boards_played > 0:
self.info.running = -1 \