scottgchin / delta5_race_timer

Multi-node video transmitter race timer for drone racing
MIT License
159 stars 62 forks source link

Add use_reloader=False to startup #75

Open ethomas997 opened 6 years ago

ethomas997 commented 6 years ago

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 commented 5 years ago

Rebased to master-20181112