Fixes #9
This commit is contained in:
parent
ae81961428
commit
8c861d1651
|
@ -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
BIN
matteo_bak.db
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user