From f536354dad36b61992feef9f8de565510ee4e5a3 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 17 Apr 2017 16:19:06 +0300 Subject: Forward only new messages --- project/botmanager.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project/botmanager.py') 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: -- cgit v1.3