diff options
-rw-r--r-- | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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': |