main wurde gesäubert
This commit is contained in:
parent
ccb4d64cde
commit
701d9c2f1e
1 changed files with 0 additions and 2 deletions
2
main.py
2
main.py
|
@ -10,8 +10,6 @@ def exit_handler():
|
||||||
sys.exit("Program sucsesfully exited")
|
sys.exit("Program sucsesfully exited")
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
app_data = create_app()
|
|
||||||
app = app_data["app"]
|
|
||||||
socketio = app_data["socketio"]
|
socketio = app_data["socketio"]
|
||||||
atexit.register(exit_handler)
|
atexit.register(exit_handler)
|
||||||
socketio.run(app, host='0.0.0.0', port=5000)
|
socketio.run(app, host='0.0.0.0', port=5000)
|
||||||
|
|
Loading…
Reference in a new issue