From 3675dabac2be387175c649c51e774b4748602e4c Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 14 Feb 2022 19:47:55 +0100 Subject: [PATCH] ajout du downtime --- data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.py b/data.py index be3f678..199bc07 100644 --- a/data.py +++ b/data.py @@ -190,7 +190,7 @@ class DataStore: self.linkedBot.push(destmuc, cur.maintainer+", "+message) elif "DOWNTIMEEND" in type and cur.downtime: - cur.downtime = True + cur.downtime = False message = "fin de downtime sur" \ " sur %s (%s)" % (host, text) # send notification