diff options
Diffstat (limited to 'project/botmanager.py')
| -rw-r--r-- | project/botmanager.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project/botmanager.py b/project/botmanager.py index 4984a97..4f815d5 100644 --- a/project/botmanager.py +++ b/project/botmanager.py @@ -45,6 +45,8 @@ class BotManager(object): def start(self): """Try fetching bot information from Telegram to check connection""" + ShoutboxCommunicator.load_largest_id() + TelegramCommunicator.start_listening(self.handle) while True: |
