Restore missing `loadsettings()` call

This commit is contained in:
Gnome Ann 2021-12-13 18:39:33 -05:00
parent 661cca63e8
commit 462040ed6f
1 changed files with 5 additions and 0 deletions

View File

@ -3807,6 +3807,11 @@ def randomGameRequest(topic):
# Final startup commands to launch Flask app
#==================================================================#
if __name__ == "__main__":
# Load settings from client.settings
loadmodelsettings()
loadsettings()
# Start Flask/SocketIO (Blocking, so this must be last method!)
#socketio.run(app, host='0.0.0.0', port=5000)