From f6dc4da1f3b8a4eb3b04457a9369e6739b1e2600 Mon Sep 17 00:00:00 2001 From: Floke Date: Fri, 8 Aug 2025 12:07:11 +0000 Subject: [PATCH] app.py aktualisiert --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7734e87d..b9e363d9 100644 --- a/app.py +++ b/app.py @@ -50,4 +50,4 @@ def run_script(): return jsonify({"status": "error", "message": str(e)}), 500 if __name__ == '__main__': - app.run(host='0.0.0.0', port=5000) \ No newline at end of file + app.run(host='0.0.0.0', port=8080) \ No newline at end of file