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"
returnabort(403)
@app.route("/api/task/upload",methods=["POST"])
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.