visual fix: 37 is 00 but users don't know that

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-11-12 03:09:36 -06:00
parent ccd2349d85
commit dd3c8c6a32
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@ def spin_roulette_wheel():
payouts = {}
rewards_by_game_id = {}
if number == 37: number = '00'
# Pay out to the winners and send a notification.
for user_id in winners:
gambler = get_account(user_id)