diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-03-23 04:32:44 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-03-23 04:32:44 +0300 |
commit | 00f523ab50f8fbb77d54bec96694962c29fd80fd (patch) | |
tree | cacfd4acc8363c2850aeaa37adc34a54df0b2193 | |
parent | 2df9c65eb05ee3c20ae9fe632519a81df3e7c319 (diff) |
some debugging
-rw-r--r-- | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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': |