Skip to content
Snippets Groups Projects
Commit 2da93a2d authored by Mitchell Moore's avatar Mitchell Moore
Browse files

remove 5 second pause

parent 012640d7
No related branches found
No related tags found
1 merge request!21Feat loading window
......@@ -58,7 +58,6 @@ def create_app(config_name):
try:
subprocess.check_output([tempString], shell=True)
time.sleep(5)
return redirect(return_url, 302)
except:
......
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