gf
This commit is contained in:
parent
1f3eb88f58
commit
0eec6619d4
1 changed files with 8 additions and 7 deletions
|
@ -1036,6 +1036,7 @@ def unsave_comment(cid, v):
|
|||
@auth_required
|
||||
def handle_blackjack_action(cid, v):
|
||||
comment = get_comment(cid)
|
||||
if 'active' in comment.blackjack_result:
|
||||
action = request.values.get("action", "")
|
||||
|
||||
if action == 'hit': player_hit(comment)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue