unresolved reference
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2021-04-25 18:08:21 +02:00
parent 621c59dce2
commit 42fff36545
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 1 deletions

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