remove unnecessary return

pull/117/head
Aevann 2023-02-10 16:15:37 +02:00
parent 400ed01ed2
commit eb68c743e1
1 changed files with 0 additions and 1 deletions

View File

@ -471,7 +471,6 @@ def thumbnail_thread(pid:int, vid:int):
db.commit()
db.close()
stdout.flush()
return
@app.post("/is_repost")