mirror of
https://github.com/GaMeNu/HFCNotificator.git
synced 2024-11-16 15:24:51 +02:00
v2.2.6: fix: Update latest link
This commit is contained in:
parent
8823fd95f6
commit
0f51370c9f
@ -88,7 +88,7 @@ class AlertReqs:
|
||||
:return: JSON object as Python dict
|
||||
:raises requests.exceptions.Timeout: If request times out (5 seconds)
|
||||
"""
|
||||
req = self.session.get('https://www.oref.org.il/WarningMessages/History/AlertsHistory.json', timeout=5)
|
||||
req = self.session.get("https://www.oref.org.il/warningMessages/alert/History/AlertsHistory.json", timeout=5)
|
||||
|
||||
content = req.text
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user