From bd25fae8296371a66c4c90e7676da63f55e1dceb Mon Sep 17 00:00:00 2001 From: kevroded Date: Wed, 6 Jan 2021 00:02:46 -0500 Subject: [PATCH] debugging staement added --- main_controller.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main_controller.py b/main_controller.py index 0e987c6..454b71a 100644 --- a/main_controller.py +++ b/main_controller.py @@ -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