Made hot fixes

This commit is contained in:
Sviatoslav Tsariov Yurievich 2025-07-01 00:08:04 +03:00
parent 995a19ac1c
commit 0adad1b8af

View File

@ -42,4 +42,4 @@ else:
if __name__ == '__main__': if __name__ == '__main__':
#app.run(debug=True) #app.run(debug=True)
socketio.run(app, host=Config.APP_HOST, debug=False) socketio.run(app, host=Config.APP_HOST, async_mode='eventlet', debug=False)