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 21:20:57 +01:00
parent 494ee56fd3
commit b1c1008828

View File

@ -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):