From 65738b0e70949204821c08f33ea16baf58091497 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 25 Jul 2018 12:05:07 -0400 Subject: [PATCH] Small fix --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 71ac9da..0cb6bf2 100644 --- a/app.py +++ b/app.py @@ -579,6 +579,7 @@ def api_complete_task(): print("ERROR: " + name + " indicated that task for " + str(task_result.website_id) + " was completed but there is no such task in the database.") return "No such task" + return abort(403) @app.route("/api/task/upload", methods=["POST"])