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