mirror of
https://github.com/FAUSheppy/config
synced 2025-12-09 16:18:33 +01:00
fdjgksd
This commit is contained in:
@@ -22,7 +22,7 @@ def cip_logins():
|
||||
MAX_LOGINS=5
|
||||
pw="NOPE"
|
||||
try:
|
||||
with open(hl_utils.hlpath("password.cip")) as f:
|
||||
with open(hl_utils.hlpath("password.cip",False)) as f:
|
||||
pw=f.read().strip("\n")
|
||||
except:
|
||||
return ""
|
||||
|
||||
Reference in New Issue
Block a user