mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-03 23:15:33 +00:00
updates
This commit is contained in:
parent
494ee56fd3
commit
b1c1008828
@ -52,11 +52,11 @@ class Operator(Keymaker):
|
||||
path_crypt_keys=path_crypt_keys, path_crypt_data=path_crypt_data)
|
||||
|
||||
|
||||
def boot(self):
|
||||
## get both name and pubkey somehow
|
||||
if not self.pubkey and self.name:
|
||||
self._keychain['pubkey'] = self.find_pubkey()
|
||||
elif self.pubkey and not self.name:
|
||||
# def boot(self):
|
||||
# ## get both name and pubkey somehow
|
||||
# if not self.pubkey and self.name:
|
||||
# self._keychain['pubkey'] = self.find_pubkey()
|
||||
# elif self.pubkey and not self.name:
|
||||
|
||||
|
||||
# def boot(self,create=False):
|
||||
|
Loading…
Reference in New Issue
Block a user