This commit is contained in:
		@@ -121,7 +121,7 @@ class Authetication:
 | 
				
			|||||||
        with open(self.CONFIG_FILE_LOCATION) as json_file:
 | 
					        with open(self.CONFIG_FILE_LOCATION) as json_file:
 | 
				
			||||||
            data = json.load(json_file)
 | 
					            data = json.load(json_file)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        dictionary: dict
 | 
					        dictionary = dict()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        for user in data['user']:
 | 
					        for user in data['user']:
 | 
				
			||||||
            key = data['publicKey']
 | 
					            key = data['publicKey']
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user