From 0fd165612b6022d78b61b50b9e189ad1a9505c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6rkem?= Date: Thu, 29 Jan 2026 12:08:22 -0800 Subject: [PATCH] fix port --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 222d100..79e7228 100644 --- a/app.py +++ b/app.py @@ -147,4 +147,4 @@ def send_ntfy_notification(name, message): except Exception as e: print(f"Notification failed: {e}") if __name__ == '__main__': - app.run(host='0.0.0.0', port=5001) \ No newline at end of file + app.run(host='0.0.0.0', port=5000) \ No newline at end of file