From 711f873e6c4d9c9046fc08f577da740327bc6bfb Mon Sep 17 00:00:00 2001 From: Maximilien Cuony Date: Thu, 15 Sep 2016 19:28:09 +0200 Subject: Fix recovry message --- adsl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adsl.py b/adsl.py index 8cf73fe..d7bf83d 100644 --- a/adsl.py +++ b/adsl.py @@ -200,7 +200,7 @@ class ADSL(threading.Thread): for old_alarm in alarms: if old_alarm not in new_alarms: - bot.send_message(config.TELEGRAM_GROUP, '\xe2\x9c\x85 Problem fixed \xe2\x9c\x85\nThe following problem is not anymore a problem with the glutt-o-matique:\n\n{}'.format(alarm)).wait() + bot.send_message(config.TELEGRAM_GROUP, '\xe2\x9c\x85 Problem fixed \xe2\x9c\x85\nThe following problem is not anymore a problem with the glutt-o-matique:\n\n{}'.format(old_alarm)).wait() alarms = new_alarms -- cgit v1.2.3