aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-23 04:37:49 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-23 04:37:49 +0300
commit84e4bbed0bd69a10517691c1c056f0e98a2c324d (patch)
treedc2bd86998d106429e6f59c6faaaa53340c6920f
parente006bdd608ac52fa35bda356ed251120e3ed26e8 (diff)
add a comment
-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)