mirror of
https://github.com/solero/houdini.git
synced 2025-08-09 12:14:07 +00:00
Remove overdose key after overdose check (#94)
This commit is contained in:
@@ -31,6 +31,8 @@ async def determine_coins_overdose(p, coins):
|
||||
|
||||
if coins > max_game_coins:
|
||||
return True
|
||||
|
||||
await p.server.redis.delete(overdose_key)
|
||||
return False
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user