try to fix stuck blackjack games

pull/134/head
Aevann 2023-02-24 10:53:03 +02:00
parent 4ded5cf914
commit ae749d9ab8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def get_initial_state():
"player_bought_insurance": False,
"player_doubled_down": False,
"status": BlackjackStatus.PLAYING,
"actions": [BlackjackAction.DEAL],
"actions": [],
"wager": {
"amount": 0,
"currency": "coins"