From c9613dfbd957d747cfd5819ea1537fd2083778ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Tue, 3 Oct 2023 18:17:36 +0000 Subject: [PATCH] Remove standalone run stub --- backend/app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/backend/app.py b/backend/app.py index 78cd170..e117ea1 100644 --- a/backend/app.py +++ b/backend/app.py @@ -325,6 +325,3 @@ def inject_version(): # Perform setup here so it will be executed when the module is imported by the WSGI server. activate_job() - -if __name__ == "__main__": - app.run(host='127.0.0.1', port=8080, debug=True)