diff --git a/VERSION b/VERSION index bbf649f..10c0880 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.3 \ No newline at end of file +1.7.4 diff --git a/command_logic/logic_gameplay.py b/command_logic/logic_gameplay.py index 58fc898..0cf0979 100644 --- a/command_logic/logic_gameplay.py +++ b/command_logic/logic_gameplay.py @@ -3248,7 +3248,6 @@ async def show_defense_cards(session: Session, interaction: discord.Interaction, def is_game_over(this_play: Play) -> bool: - print(f'1: ') if this_play.inning_num < 9 and (abs(this_play.away_score - this_play.home_score) < 10): return False