From 42fff36545032792c4223b0e834a5dc23d121845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 25 Apr 2021 18:08:21 +0200 Subject: [PATCH] unresolved reference --- server/authentication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/authentication.py b/server/authentication.py index ee2e7f4..fd9c159 100644 --- a/server/authentication.py +++ b/server/authentication.py @@ -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']