master
Aevann1 2021-09-24 19:36:45 +02:00
parent ae46db94a1
commit 51ae9c2603
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ def post_id(pid, anything=None, v=None):
post = get_post(pid, v=v)
ti = int(time.time()) + 3600
print(post.upvotes + 1)/(ti - post.created_utc)
print((post.upvotes + 1)/(ti - post.created_utc))
if post.club and not (v and v.paid_dues): abort(403)