aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.py b/main.py
index 80861fa..3c60739 100644
--- a/main.py
+++ b/main.py
@@ -47,6 +47,7 @@ def sms_handler(sms: SMS, api: WebAPI):
buf = ' '.join(buf)
if buf != '':
print('going to send this: ' + buf)
+ # we need new api key it seems :O
api.auth()
api.send_sms(phone=trusted_phone, content=buf)