From 84e4bbed0bd69a10517691c1c056f0e98a2c324d Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 23 Mar 2021 04:37:49 +0300 Subject: add a comment --- main.py | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3