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