aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-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':