aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilien Cuony <maximilien@theglu.org>2016-09-15 19:28:09 +0200
committerMaximilien Cuony <maximilien@theglu.org>2016-09-15 19:28:09 +0200
commit711f873e6c4d9c9046fc08f577da740327bc6bfb (patch)
treeff3b716d9ebaf9ef595bf4049ccbcf1c1068fe8f
parente9043a937b0bb103b43444bf63d7440e997e52ac (diff)
downloadglutte-serial-web-711f873e6c4d9c9046fc08f577da740327bc6bfb.tar.gz
glutte-serial-web-711f873e6c4d9c9046fc08f577da740327bc6bfb.tar.bz2
glutte-serial-web-711f873e6c4d9c9046fc08f577da740327bc6bfb.zip
Fix recovry message
-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