unresolved reference
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-25 18:08:21 +02:00
parent 621c59dce2
commit 42fff36545

View File

@ -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']