From 610e1fbada43a2acfac5ab6d5a9be806608958d3 Mon Sep 17 00:00:00 2001 From: scitzocel <98491720+scitzocel@users.noreply.github.com> Date: Wed, 21 Sep 2022 20:22:08 -0400 Subject: [PATCH] Sneed (#362) * MARSEYANTISCHIZO Fixed betting that was fucked * Update admin.py --- files/routes/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/admin.py b/files/routes/admin.py index 13b4fe9c4..072251672 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -211,7 +211,7 @@ def distribute(v, option_id): pool = 0 for o in post.options: - if o.exclusive == 2: pool += o.upvotes + if o.exclusive > 2: pool += o.upvotes pool *= 200 autojanny.coins -= pool