rehabilitate socket server

This commit is contained in:
nolash
2021-10-15 22:40:22 +02:00
parent 7f113d1cdc
commit 760ff71632
8 changed files with 17 additions and 14 deletions

View File

@@ -140,7 +140,6 @@ def from_dict(o, passphrase=''):
pk = m(ciphertext_bytes, decryption_key[:16], iv)
except AssertionError as e:
raise DecryptError('could not decrypt keyfile: {}'.format(e))
logg.debug('bar')
return pk