From 701d9c2f1ed546fa769cee8874e11957c938be21 Mon Sep 17 00:00:00 2001 From: bton Date: Thu, 22 Feb 2024 00:19:59 +0100 Subject: [PATCH] =?UTF-8?q?main=20wurde=20ges=C3=A4ubert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index c37091a..776c459 100644 --- a/main.py +++ b/main.py @@ -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)