mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-03 23:15:33 +00:00
updates
This commit is contained in:
parent
20822e788e
commit
12e49844a9
@ -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']:
|
||||
|
Loading…
Reference in New Issue
Block a user