Browse Source

Move print("") for better -n readability

Matteo Bonamassa 4 years ago
parent
commit
86963c1a3b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      whoall

+ 2 - 1
whoall

@@ -394,9 +394,10 @@ if len(cudanodes):
     for node in cudanodes:
         node.printlist()
 
+print("")
+
 # Some final output
 if progressbar > 0:
-    print("")
     print('Legenda: ' + green + 'utente locale '+ normal \
           + blue + 'utente remoto ' + normal + red + 'admin locale ' + normal \
           + pink + 'admin remoto ' + normal + turquoise + 'nirvana' + normal)