Skip to content

Commit

Permalink
Added startup delay
Browse files Browse the repository at this point in the history
  • Loading branch information
z1pti3 committed Mar 6, 2021
1 parent 177efbf commit 8deda03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jimi_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

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

# Auto start the application using its API
apiEndpoint = "workers/"
Expand Down

0 comments on commit 8deda03

Please sign in to comment.