diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-03-23 04:20:49 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-03-23 04:20:49 +0300 |
commit | 7841084147c4a2a34d0ede16c1d31edf397b62f5 (patch) | |
tree | 87481fa8cf45103cde3cc6b948d901d4fcd47f49 | |
parent | bb955f2546b46e72f7ce30c0aefe88e4a848925b (diff) |
remove something
-rw-r--r-- | main.py | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -61,22 +61,6 @@ def main(): smshandler = SMSHandler(api=client, config_dir=config_dir) smshandler.process(sms_handler) - # info = client.device_information() - # signal = client.device_signal() - - result = client.send_sms(phone=args.phone, - content=args.content) - print(result) - print(type(result)) - - # messages = client.get_sms() - # - # for m in messages: - # print(f"phone: {m.phone}") - # print(f"date: {m.date} ({m.timestamp()})") - # print(f"content: {m.content}") - # print('-----') - if __name__ == '__main__': main() |