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)