main wurde gesäubert

This commit is contained in:
bton 2024-02-22 00:19:59 +01:00
parent ccb4d64cde
commit 701d9c2f1e

View file

@ -10,8 +10,6 @@ def exit_handler():
sys.exit("Program sucsesfully exited")
def main():
app_data = create_app()
app = app_data["app"]
socketio = app_data["socketio"]
atexit.register(exit_handler)
socketio.run(app, host='0.0.0.0', port=5000)