Skip to content
Snippets Groups Projects
Commit 4ca49774 authored by Erik Reid's avatar Erik Reid
Browse files

removed unused parameter

parent f6ea21dd
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ def check_task_status(task_id): ...@@ -54,7 +54,7 @@ def check_task_status(task_id):
@routes.route("check-update-status", methods=['GET', 'POST']) @routes.route("check-update-status", methods=['GET', 'POST'])
@common.require_accepts_json @common.require_accepts_json
def check_update_status(task_id): def check_update_status():
r = common.get_current_redis() r = common.get_current_redis()
task_id = r.get('classifier-cache:update-task-id') task_id = r.get('classifier-cache:update-task-id')
if not task_id: if not task_id:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment