Merge branch 'master' of https://git.kmlabz.com/BiztProtoBois/server
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
bfdec0e727
@ -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