Commit 7af355a0 authored by Administrator's avatar Administrator

[FIX] indent error.

parent 53431d7b
...@@ -173,7 +173,7 @@ def doTheQuery(request , project_id): ...@@ -173,7 +173,7 @@ def doTheQuery(request , project_id):
except Exception as error: except Exception as error:
print('WORKFLOW ERROR') print('WORKFLOW ERROR')
print(error) print(error)
sleep(2) sleep(1)
return HttpResponseRedirect('/project/' + str(project_id)) return HttpResponseRedirect('/project/' + str(project_id))
data = alist data = alist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment