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