some debugging
This commit is contained in:
parent
2df9c65eb0
commit
00f523ab50
1
main.py
1
main.py
@ -45,6 +45,7 @@ def sms_handler(sms: SMS, api: WebAPI):
|
|||||||
|
|
||||||
buf = ' '.join(buf)
|
buf = ' '.join(buf)
|
||||||
if buf != '':
|
if buf != '':
|
||||||
|
print('going to send this: ' + buf)
|
||||||
api.send_sms(phone=trusted_phone, content=buf)
|
api.send_sms(phone=trusted_phone, content=buf)
|
||||||
|
|
||||||
elif text == 'switch it off':
|
elif text == 'switch it off':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user