Big commit i'm sorry ...

This commit is contained in:
2026-05-09 01:53:54 +02:00
committed by kitoy
parent ced34339f9
commit 50829e9f60
184 changed files with 54564 additions and 588 deletions

View File

@@ -12,7 +12,7 @@ class Users:
if auth_file != None:
self.__auth_file = auth_file
self.__auth_method = "file"
x
def getPasswd(self, username):
with open(self.auth_file, 'r') as f:
users_info = f.readlines()