Fix some IDE warnings

This commit is contained in:
Ian Renton
2026-06-17 18:08:02 +01:00
parent e5b2afd765
commit 8fc3cfa56d
16 changed files with 27 additions and 31 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)