diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-03-23 04:37:49 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-03-23 04:37:49 +0300 |
commit | 84e4bbed0bd69a10517691c1c056f0e98a2c324d (patch) | |
tree | dc2bd86998d106429e6f59c6faaaa53340c6920f | |
parent | e006bdd608ac52fa35bda356ed251120e3ed26e8 (diff) |
add a comment
-rw-r--r-- | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |