From 51ae9c26031e41a34991b0d601800cbfdd49166a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 24 Sep 2021 19:36:45 +0200 Subject: [PATCH] sfd --- files/routes/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index 12696d645..b3add3bd4 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -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)