From ab22618c12bdac535e3fddb01cc4a702b0117937 Mon Sep 17 00:00:00 2001 From: artyshko Date: Sat, 2 Mar 2019 01:01:03 +0200 Subject: [PATCH] added status --- telegram.py | 1 + 1 file changed, 1 insertion(+) diff --git a/telegram.py b/telegram.py index c7fa038..720495f 100644 --- a/telegram.py +++ b/telegram.py @@ -255,6 +255,7 @@ def controller(self, message, id): elif type == 'status': self.bot.sendText(id, text='200 ALIVE') + return True elif type == 'text':