This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user