some debugging

This commit is contained in:
Evgeny Zinoviev 2021-03-23 04:32:44 +03:00
parent 2df9c65eb0
commit 00f523ab50

View File

@ -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':