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