delta5_race_timer icon indicating copy to clipboard operation
delta5_race_timer copied to clipboard

Add use_reloader=False to startup

Open ethomas997 opened this issue 6 years ago • 1 comments

Every time "Delta5server/server.py" starts it would stop, show the 'Restarting with stat' message, and restart. Adding "use_reloader=False" to the 'SOCKET_IO.run()' parameters fixes it so it just starts up cleanly. Solution found in a comment here: https://stackoverflow.com/questions/28241989/flask-app-restarting-with-stat

--ET

ethomas997 avatar Apr 08 '18 00:04 ethomas997

Rebased to master-20181112

ethomas997 avatar Dec 02 '18 03:12 ethomas997