add a comment

This commit is contained in:
Evgeny Zinoviev 2021-03-23 04:37:49 +03:00
parent e006bdd608
commit 84e4bbed0b

View File

@ -47,6 +47,7 @@ def sms_handler(sms: SMS, api: WebAPI):
buf = ' '.join(buf) buf = ' '.join(buf)
if buf != '': if buf != '':
print('going to send this: ' + buf) print('going to send this: ' + buf)
# we need new api key it seems :O
api.auth() api.auth()
api.send_sms(phone=trusted_phone, content=buf) api.send_sms(phone=trusted_phone, content=buf)