From 00f523ab50f8fbb77d54bec96694962c29fd80fd Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 23 Mar 2021 04:32:44 +0300 Subject: some debugging --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 604815f..a586d62 100644 --- a/main.py +++ b/main.py @@ -45,6 +45,7 @@ def sms_handler(sms: SMS, api: WebAPI): buf = ' '.join(buf) if buf != '': + print('going to send this: ' + buf) api.send_sms(phone=trusted_phone, content=buf) elif text == 'switch it off': -- cgit v1.2.3