This commit is contained in:
Sheppy
2017-10-25 22:50:41 +02:00
parent 443b2a130d
commit 61f11274f0

View File

@@ -58,7 +58,7 @@ def cip_logins(ignore=""):
continue
ret = ret + line + ", "
ret = ret[:-len(", ")]
ret = hl_utils.color_panel("CIP Logins: "+ret,color)
ret = hl_utils.color_panel("Logins: "+ret,color)
with open(hl_utils.hlpath(LOGINS_LOG),'w') as f:
f.write(ret)