1
0
Fork 0
forked from anton/matekasse
This commit is contained in:
2000-Trek 2023-09-06 20:31:54 +02:00
parent f9430dc3f9
commit 48b8386bb4

View file

@ -11,7 +11,7 @@ def main():
app = app_data["app"]
socketio = app_data["socketio"]
atexit.register(exit_handler)
socketio.run(app, host='0.0.0.0', port=5000)
socketio.run(app)
if __name__ == "__main__":
main()