add a comment
This commit is contained in:
parent
e006bdd608
commit
84e4bbed0b
1
main.py
1
main.py
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user