From 723698c026232a6d4089760e5ef6318b8bbdbac7 Mon Sep 17 00:00:00 2001 From: Adam <24621027+WhiteDopeOnPunk@users.noreply.github.com> Date: Tue, 27 Dec 2022 17:50:03 -0500 Subject: [PATCH] break me --- blackjack.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/blackjack.py b/blackjack.py index 07b66f0..44d08f3 100644 --- a/blackjack.py +++ b/blackjack.py @@ -16,7 +16,6 @@ def main(): dealer = game.dealer player = game.player - while game.active: screen.update(game) if player.blackjack(game): @@ -67,4 +66,3 @@ while not kill: kill = True case 'q': kill = True -