pull/117/head
Aevann 2023-02-10 15:21:28 +02:00
parent f0b1870e92
commit 72097b4592
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ def submit_get(v:User, sub=None):
@auth_desired_with_logingate
def post_id(pid, anything=None, v=None, sub=None):
if v and v.id == AEVANN_ID and pid == 18459:
print(t = time.time())
t = time.time()
post = get_post(pid, v=v)
if not User.can_see(v, post): abort(403)