This commit is contained in:
@ -68,7 +68,6 @@ class NetWrapper:
|
||||
hasher.update(cipherkey)
|
||||
self.cipherkey = hasher.hexdigest()[:32]
|
||||
|
||||
|
||||
def login(self) -> bool:
|
||||
b64 = {'source': '', 'type': ''}
|
||||
while not (b64['source'] == self.clientAddr and b64['type'] == 'AUT'):
|
||||
|
Reference in New Issue
Block a user