removed blall, replaced with ball
This commit is contained in:
parent
a082c267a1
commit
6be6aff516
|
@ -142,8 +142,8 @@ def update_loop():
|
||||||
state["home_score"] = this_game.teams["home"].score #update_pause = 0
|
state["home_score"] = this_game.teams["home"].score #update_pause = 0
|
||||||
#victory_lap = False
|
#victory_lap = False
|
||||||
if not this_game.play_has_begun: #weather_emoji
|
if not this_game.play_has_begun: #weather_emoji
|
||||||
state["update_emoji"] = "🍿" #weather_text
|
state["update_emoji"] = "🎆" #weather_text
|
||||||
state["update_text"] = "Play blall!" #they also need a timestamp
|
state["update_text"] = "Play ball!" #they also need a timestamp
|
||||||
state["start_delay"] -= 1
|
state["start_delay"] -= 1
|
||||||
|
|
||||||
state["display_top_of_inning"] = state["top_of_inning"]
|
state["display_top_of_inning"] = state["top_of_inning"]
|
||||||
|
|
Loading…
Reference in a new issue