diff options
| author | Maximilien Cuony <maximilien@theglu.org> | 2016-09-15 19:28:09 +0200 | 
|---|---|---|
| committer | Maximilien Cuony <maximilien@theglu.org> | 2016-09-15 19:28:09 +0200 | 
| commit | 711f873e6c4d9c9046fc08f577da740327bc6bfb (patch) | |
| tree | ff3b716d9ebaf9ef595bf4049ccbcf1c1068fe8f | |
| parent | e9043a937b0bb103b43444bf63d7440e997e52ac (diff) | |
| download | glutte-serial-web-711f873e6c4d9c9046fc08f577da740327bc6bfb.tar.gz glutte-serial-web-711f873e6c4d9c9046fc08f577da740327bc6bfb.tar.bz2 glutte-serial-web-711f873e6c4d9c9046fc08f577da740327bc6bfb.zip | |
Fix recovry message
| -rw-r--r-- | adsl.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
