1
0
Fork 0
forked from anton/matekasse
This commit is contained in:
2000-Trek 2023-09-06 21:26:39 +02:00
parent 48b8386bb4
commit 2f0292710f

View file

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