From 79550e11ea74eb8b9852f53d302c4deb0a6c26e6 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 20 Mar 2023 15:11:15 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20des=20s=C3=A9parations=20de=20lig?= =?UTF-8?q?ne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.py b/data.py index 6c1185a..5e3a51d 100644 --- a/data.py +++ b/data.py @@ -67,7 +67,7 @@ class DataStore: msg += " " + host.last_update.strftime("%m/%d/%Y, %H:%M:%S")[:21] +\ " "*(22 - len(host.last_update.strftime("%m/%d/%Y, %H:%M:%S"))) +\ "|\n" - msg += "-"*80 + "\n" + msg += "-"*80 + "\n" if PRIORITY[host.status] == 0: self.hosts.discard(host) @@ -92,7 +92,7 @@ class DataStore: msg += " " + host.last_update.strftime("%m/%d/%Y, %H:%M:%S")[:21] +\ " "*(22 - len(host.last_update.strftime("%m/%d/%Y, %H:%M:%S"))) +\ "|\n" - msg += "-"*80 + "\n" + msg += "-"*80 + "\n" if PRIORITY[host.status] == 0: self.hosts.discard(host)