This commit is contained in:
		@@ -123,7 +123,7 @@ class Authetication:
 | 
			
		||||
        dictionary = dict()
 | 
			
		||||
 | 
			
		||||
        for user in data['user']:
 | 
			
		||||
            key = data['publicKey']
 | 
			
		||||
            key = user['publicKey']
 | 
			
		||||
            key = bytes.fromhex(key)
 | 
			
		||||
            try:
 | 
			
		||||
                rsaKey = RSA.import_key(key)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user