From 8b8f99695bbe41ed5c6f0dd465bd3e2d6d1c2912 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 26 Jun 2022 23:40:02 +0200 Subject: [PATCH] make ppl with 200 coins able to bet --- files/classes/submission.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/classes/submission.py b/files/classes/submission.py index 3611c0dcbd..2584cdfceb 100644 --- a/files/classes/submission.py +++ b/files/classes/submission.py @@ -433,7 +433,7 @@ class Submission(Base): for c in self.bet_options: body += f'''
200) or self.total_bet_voted(v) or not v.can_gamble: body += " disabled " + if not (v and v.coins >= 200) or self.total_bet_voted(v) or not v.can_gamble: body += " disabled " body += f'''>