diff --git a/files/routes/posts.py b/files/routes/posts.py index 8574ffa59..7140cc1e6 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -543,7 +543,6 @@ def check_processing_thread(post, link, db): req = requests.get(f"https://api.imgur.com/image/{image_id}", headers=headers) print(req.text) - return @app.post("/submit")