2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00
This commit is contained in:
quadrismegistus 2020-09-12 17:46:09 +01:00
parent 20822e788e
commit 12e49844a9

View File

@ -122,7 +122,7 @@ def check_phonelines():
if not 'pubkey' in keyring: continue
uri = b64encode(keychain.get('pubkey')
if not keycrypt.has(name,prefix='/pubkey/')
if not keycrypt.has(name,prefix='/pubkey/'):
keycrypt.set(name,keychain['pubkey'],prefix='/pubkey/')
for key in [k for k in keychain if k!='pubkey']: