Skip to content

Commit

Permalink
Added use_reloader=False to startup
Browse files Browse the repository at this point in the history
Stops restarts with 'Restarting with stat' message
  • Loading branch information
ethomas997 committed Dec 2, 2018
1 parent 0857ba8 commit b73094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/delta5server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1263,4 +1263,4 @@ def db_reset_fix_race_time():


if __name__ == '__main__':
SOCKET_IO.run(APP, host='0.0.0.0', port=5000, debug=True)
SOCKET_IO.run(APP, host='0.0.0.0', port=5000, debug=True, use_reloader=False)

0 comments on commit b73094c

Please sign in to comment.