Error in auth
continuous-integration/drone/push Build is passing Details

This commit is contained in:
DESKTOP-DPA61F8\Benedek 2021-04-25 18:42:38 +02:00
parent 149c206830
commit c5d4859326
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class Authetication:
dictionary = dict()
for user in data['user']:
key = data['publicKey']
key = user['publicKey']
key = bytes.fromhex(key)
try:
rsaKey = RSA.import_key(key)