fix betting rewards

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-30 17:38:47 +02:00
parent 52c5dd6028
commit 9e98494b65
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,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