From 83254d9d70b9bdbbeb1f965ac5f21d0479ea215e Mon Sep 17 00:00:00 2001 From: MacRimi Date: Mon, 23 Mar 2026 21:04:01 +0100 Subject: [PATCH] Update notification_events.py --- AppImage/scripts/notification_events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppImage/scripts/notification_events.py b/AppImage/scripts/notification_events.py index ca975c63..affec3d0 100644 --- a/AppImage/scripts/notification_events.py +++ b/AppImage/scripts/notification_events.py @@ -2187,7 +2187,7 @@ class PollingCollector: PROXMENUX_VERSION_FILE = '/usr/local/share/proxmenux/version.txt' PROXMENUX_BETA_VERSION_FILE = '/usr/local/share/proxmenux/beta_version.txt' REPO_MAIN_VERSION_URL = 'https://raw.githubusercontent.com/MacRimi/ProxMenux/main/version.txt' - REPO_DEVELOP_VERSION_URL = 'https://raw.githubusercontent.com/MacRimi/ProxMenux/develop/version.txt' + REPO_DEVELOP_VERSION_URL = 'https://raw.githubusercontent.com/MacRimi/ProxMenux/develop/beta_version.txt' def _check_proxmenux_updates(self): """Check for ProxMenux updates (main and beta channels).