aboutsummaryrefslogtreecommitdiffstats
path: root/adsl.py
diff options
context:
space:
mode:
Diffstat (limited to 'adsl.py')
-rw-r--r--adsl.py2
1 files changed, 1 insertions, 1 deletions
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