From eb68c743e1944bb80bfa6bcb435c8ac7fe9220a5 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 10 Feb 2023 16:15:37 +0200 Subject: [PATCH] remove unnecessary return --- files/routes/posts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index 118ae8a9c..14632cf18 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -471,7 +471,6 @@ def thumbnail_thread(pid:int, vid:int): db.commit() db.close() stdout.flush() - return @app.post("/is_repost")