diff options
| author | alonblade <76486065+alonblade@users.noreply.github.com> | 2021-05-14 23:53:19 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-05-15 00:00:08 +0300 |
| commit | aa5948662587ecdea90f7252fb1c916502826d8b (patch) | |
| tree | 6bf67118a7be20976d1fac93346bef007454853e | |
| parent | a12a4551a1401ba961c5311a5f580dc792c22830 (diff) | |
Update alarmpy.py
python 2 is dead - Yuval Adam
| -rw-r--r-- | alarmpy.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ from datetime import datetime from time import sleep, time -class Alarm(object): +class Alarm: URL = "https://www.oref.org.il/WarningMessages/alert/alerts.json" |
