summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alarmpy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/alarmpy.py b/alarmpy.py
index 03340f9..deebfb9 100644
--- a/alarmpy.py
+++ b/alarmpy.py
@@ -19,7 +19,8 @@ def fetch():
except:
print(datetime.now().isoformat(), res.content)
else:
- print("good")
+ # print("good")
+ pass
if __name__ == "__main__":