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