delta5_race_timer
delta5_race_timer copied to clipboard
Add use_reloader=False to startup
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
Rebased to master-20181112