debugging staement added

This commit is contained in:
kevroded 2021-01-06 00:02:46 -05:00
parent e9abc7befd
commit bd25fae829

View File

@ -64,7 +64,8 @@ def update_loop():
if state["update_pause"] == 1:
state["update_emoji"] = "🍿"
if this_game.over:
db.cache_history(this_game.teams['home'].name, this_game.teams["home"].score, this_game.teams['away'].name, this_game.teams['away'].score,
print(this_game)
#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_text)
state["display_inning"] -= 1
state["display_top_of_inning"] = False