forked from rDrama/rDrama
1
0
Fork 0

I give up

master
Aevann1 2022-09-14 14:48:22 +02:00
parent 7ef876635b
commit b2927d7dfb
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ def get_active_twentyone_game(gambler):
return g.db.query(Casino_Game).filter(
Casino_Game.active == True,
Casino_Game.kind == 'blackjack',
Casino_Game.user_id == gambler.id).one_or_none()
Casino_Game.user_id == gambler.id).first()
def get_active_twentyone_game_state(gambler):