pep8
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2021-04-26 00:24:24 +02:00
parent 63733a317f
commit 6bf93241f1
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 0 additions and 1 deletions

View File

@ -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'):