From 9a5162a44843ba23c48022daf4a18ca13ca0d225 Mon Sep 17 00:00:00 2001 From: kevroded Date: Wed, 6 Jan 2021 00:12:46 -0500 Subject: [PATCH] Updated debug message --- main_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_controller.py b/main_controller.py index ad24d69..4fef669 100644 --- a/main_controller.py +++ b/main_controller.py @@ -64,7 +64,7 @@ def update_loop(): if state["update_pause"] == 1: state["update_emoji"] = "🍿" if this_game.over: - print(this_game) + print(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_text) state["display_inning"] -= 1 state["display_top_of_inning"] = False