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")