Suppression des séparations de ligne
This commit is contained in:
parent
4b127ac1c6
commit
79550e11ea
4
data.py
4
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)
|
||||
|
|
Loading…
Reference in New Issue