Fix some IDE warnings

(cherry picked from commit 8fc3cfa56d)
This commit is contained in:
Ian Renton
2026-06-17 18:08:02 +01:00
parent af9f542740
commit 4408203d55
15 changed files with 27 additions and 30 deletions

View File

@@ -12,7 +12,7 @@ class ParksNPeaks(HTTPAlertProvider):
"""Alert provider for Parks n Peaks"""
POLL_INTERVAL_SEC = 1800
ALERTS_URL = "http://parksnpeaks.org/api/ALERTS/"
ALERTS_URL = "https://parksnpeaks.org/api/ALERTS/"
def __init__(self, provider_config):
super().__init__(provider_config, self.ALERTS_URL, self.POLL_INTERVAL_SEC)