michaelsanford / DTMF-Butler

Dockerized Python serial modem attendant to pick up and dial a key, with support for Telegram Bot integration.

Home Page:https://hub.docker.com/r/msanford/dtmf-butler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detect if telegram is loaded before using it

michaelsanford opened this issue · comments

Currently, the main loop will conditionally load telegram but not conditionally invoke its methods.

This is bad.