This commit is contained in:
Aevann1 2021-09-24 19:39:19 +02:00
parent 93f4606233
commit 56951eee1b
2 changed files with 1 additions and 4 deletions

View file

@ -104,9 +104,6 @@ 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))
if post.club and not (v and v.paid_dues): abort(403)
if v: