aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-23 04:32:44 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-23 04:32:44 +0300
commit00f523ab50f8fbb77d54bec96694962c29fd80fd (patch)
treecacfd4acc8363c2850aeaa37adc34a54df0b2193
parent2df9c65eb05ee3c20ae9fe632519a81df3e7c319 (diff)
some debugging
-rw-r--r--main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.py b/main.py
index 604815f..a586d62 100644
--- a/main.py
+++ b/main.py
@@ -45,6 +45,7 @@ def sms_handler(sms: SMS, api: WebAPI):
buf = ' '.join(buf)
if buf != '':
+ print('going to send this: ' + buf)
api.send_sms(phone=trusted_phone, content=buf)
elif text == 'switch it off':