This commit is contained in:
parent
a5b77d0306
commit
d526063dcf
@ -107,8 +107,10 @@ class NetWrapper:
|
||||
return b"LINOK"
|
||||
else:
|
||||
self.logout()
|
||||
return b"LINERROR"
|
||||
except Exception:
|
||||
self.logout()
|
||||
return b"LINERROR"
|
||||
|
||||
def recieveMessage(self) -> bytes:
|
||||
status, msg = self.network.receive_msg(blocking=True)
|
||||
|
Loading…
Reference in New Issue
Block a user