mirror of
https://github.com/FAUSheppy/config
synced 2025-12-07 07:21:37 +01:00
fsdkfj
This commit is contained in:
@@ -58,7 +58,7 @@ def cip_logins(ignore=""):
|
|||||||
continue
|
continue
|
||||||
ret = ret + line + ", "
|
ret = ret + line + ", "
|
||||||
ret = ret[:-len(", ")]
|
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:
|
with open(hl_utils.hlpath(LOGINS_LOG),'w') as f:
|
||||||
f.write(ret)
|
f.write(ret)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user