lalalaallal

This commit is contained in:
Sheppy
2017-10-25 21:11:07 +02:00
parent 39af1132f8
commit 9c904ece7e
2 changed files with 7 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ def cip_logins():
ret = ""
else:
color = hl_utils.get_color(len(l),MAX_LOGINS,0)
ret = str(l)
ret=''
for line in l:
if line =='':
continue