pull/117/head
Aevann 2023-02-10 14:06:27 +02:00
parent e1037467cc
commit f0b1870e92
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ def submit_get(v:User, sub=None):
@app.get("/h/<sub>/post/<int:pid>/<anything>")
@auth_desired_with_logingate
def post_id(pid, anything=None, v=None, sub=None):
if v and v.id == AEVANN_ID and post.id == 18459:
if v and v.id == AEVANN_ID and pid == 18459:
print(t = time.time())
post = get_post(pid, v=v)