diff options
| author | Yuval Adam <_@yuv.al> | 2021-05-13 01:44:57 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-05-13 01:44:57 +0300 |
| commit | 7d4c3139b831a0b2287f01895fb19a45f00e8668 (patch) | |
| tree | 09f3733a6e3acebf3baaad6ada40177c61256aa3 | |
| parent | b5b603fee356d06f216c06779c39ef02090273bb (diff) | |
Loop
| -rw-r--r-- | alarmpy.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,8 @@ def fetch(): except: print(datetime.now().isoformat(), res.content) else: - print("good") + # print("good") + pass if __name__ == "__main__": |
