Small fix

This commit is contained in:
Simon 2018-07-25 12:05:07 -04:00
parent 5ff198b88a
commit 65738b0e70

1
app.py
View File

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