Skip to content

Commit 8deda03

Browse files
committed
Added startup delay
1 parent 177efbf commit 8deda03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jimi_core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
# Start server now loading is completed
1515
api.startServer(debug=True, use_reloader=False, host=apiSettings["bind"], port=apiSettings["port"], threaded=True)
16+
import time
17+
time.sleep(5)
1618

1719
# Auto start the application using its API
1820
apiEndpoint = "workers/"

0 commit comments

Comments
 (0)