From 6be6aff5163aa63d35c9df09a59931037ef13361 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Tue, 2 Mar 2021 20:32:57 -0500 Subject: [PATCH] removed blall, replaced with ball --- main_controller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main_controller.py b/main_controller.py index c5428fb..8855788 100644 --- a/main_controller.py +++ b/main_controller.py @@ -142,8 +142,8 @@ def update_loop(): state["home_score"] = this_game.teams["home"].score #update_pause = 0 #victory_lap = False if not this_game.play_has_begun: #weather_emoji - state["update_emoji"] = "🍿" #weather_text - state["update_text"] = "Play blall!" #they also need a timestamp + state["update_emoji"] = "🎆" #weather_text + state["update_text"] = "Play ball!" #they also need a timestamp state["start_delay"] -= 1 state["display_top_of_inning"] = state["top_of_inning"]