2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-19 15:25:34 +00:00
This commit is contained in:
quadrismegistus 2020-09-12 22:37:57 +01:00
parent 92385afda6
commit 5ab3988696

View File

@ -308,6 +308,7 @@ class Keymaker(Logger):
# return (None,None) # return (None,None)
if pubkey: if pubkey:
print(type(pubkey),pubkey)
pubkey=KomradeEncryptedAsymmetricPublicKey(pubkey) pubkey=KomradeEncryptedAsymmetricPublicKey(pubkey)
self._keychain['pubkey'] = pubkey self._keychain['pubkey'] = pubkey