fix prev commits

pull/222/head
Aevann 2024-02-07 01:49:45 +02:00
parent 848a2bf45e
commit bdc2ca5065
1 changed files with 1 additions and 1 deletions

View File

@ -2255,6 +2255,6 @@ def retrofix(v):
posts = g.db.query(Post).filter_by(effortpost=True)
for p in posts:
print(p.title, flush=True)
coins = (p.upvotes + p.downvotes) * mul
coins = (p.upvotes + p.downvotes) * 4
p.author.pay_account('coins', coins)
return 'nig'