forked from bton/matekasse
run
This commit is contained in:
parent
48b8386bb4
commit
2f0292710f
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -11,7 +11,7 @@ def main():
|
||||||
app = app_data["app"]
|
app = app_data["app"]
|
||||||
socketio = app_data["socketio"]
|
socketio = app_data["socketio"]
|
||||||
atexit.register(exit_handler)
|
atexit.register(exit_handler)
|
||||||
socketio.run(app)
|
socketio.run(app, host='0.0.0.0', port=5000)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
Loading…
Reference in a new issue