Browse Source

Change if condition on legend print

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

+ 1 - 1
whoall

@@ -397,7 +397,7 @@ if len(cudanodes):
 print("")
 
 # Some final output
-if progressbar > 0:
+if progressbar:
     print('Legenda: ' + green + 'utente locale '+ normal \
           + blue + 'utente remoto ' + normal + red + 'admin locale ' + normal \
           + pink + 'admin remoto ' + normal + turquoise + 'nirvana' + normal)