Some cool stuff
This commit is contained in:
@ -758,7 +758,7 @@ class Blackjack(CardGame):
|
||||
game_id = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
|
||||
|
||||
new_game = {
|
||||
"_id": channel, "dealer hand": dealer_hand,
|
||||
"dealer hand": dealer_hand,
|
||||
"dealer busted": False, "game_id": game_id,
|
||||
"dealer blackjack": (self._calc_hand_value(dealer_hand) == 21),
|
||||
"user hands": {}, "all standing": False, "round": 0
|
||||
|
Reference in New Issue
Block a user