mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
updates
This commit is contained in:
parent
33df5fcec9
commit
a1771f19e1
@ -70,8 +70,8 @@ class TheOperator(Operator):
|
||||
if privkey:
|
||||
self._keychain['privkey']=KomradeAsymmetricPrivateKey(b64dec(privkey))
|
||||
|
||||
pprint(self._keychain)
|
||||
exit()
|
||||
# pprint(self._keychain)
|
||||
# exit()
|
||||
self._keychain = {**self.keychain()}
|
||||
# self.log('@Operator booted with keychain:',dict_format(self._keychain),'and passphrase',self.passphrase)
|
||||
clear_screen()
|
||||
|
Loading…
Reference in New Issue
Block a user