This commit is contained in:
parent
149c206830
commit
c5d4859326
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user