mirror of
https://github.com/solero/houdini.git
synced 2024-11-09 12:48:20 +00:00
Remove overdose key after overdose check (#94)
This commit is contained in:
parent
2c4d2a87a3
commit
57e541f3af
@ -31,6 +31,8 @@ async def determine_coins_overdose(p, coins):
|
|||||||
|
|
||||||
if coins > max_game_coins:
|
if coins > max_game_coins:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
await p.server.redis.delete(overdose_key)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user