Private
Public Access
1
0

typo in remove_asynctask

This commit is contained in:
Sander Roosendaal
2018-01-12 19:51:08 +01:00
parent 3b4e171dbd
commit cad6277ddc

View File

@@ -4356,7 +4356,7 @@ def oterankings_view(request,theuser=0,
remove_asynctask(request,task['id'])
elif 'fail' in task['status'].lower():
runningjob = 0
remove_asynctask(request,task[id])
remove_asynctask(request,task['id'])
messages.error(request,'Oh, your task failed')
elif 'started' in task['status'].lower():
messages.info(request,'Busy updating CP chart data')