This commit is contained in:
kevroded 2021-01-07 22:58:46 +00:00
parent ae81961428
commit 8c861d1651
2 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ def update_loop():
state["update_pause"] = 2 state["update_pause"] = 2
if state["end_delay"] < 0: if state["end_delay"] < 0:
db.cache_history(this_game.teams['home'].name, this_game.teams["home"].score, this_game.teams['away'].name, this_game.teams['away'].score, this_game.weather.name) db.cache_history(this_game.teams['home'].name, this_game.teams["home"].score, this_game.teams['away'].name, this_game.teams['away'].score, this_game.weather.name)
master_games_dic.pop(game_time) master_games_dic.pop(game_id)
else: else:
state["end_delay"] -= 1 state["end_delay"] -= 1
master_games_dic[game_id][1]["end_delay"] -= 1 master_games_dic[game_id][1]["end_delay"] -= 1

BIN
matteo_bak.db Normal file

Binary file not shown.