We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177efbf commit 8deda03Copy full SHA for 8deda03
jimi_core.py
@@ -13,6 +13,8 @@
13
14
# Start server now loading is completed
15
api.startServer(debug=True, use_reloader=False, host=apiSettings["bind"], port=apiSettings["port"], threaded=True)
16
+ import time
17
+ time.sleep(5)
18
19
# Auto start the application using its API
20
apiEndpoint = "workers/"
0 commit comments