mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
updates
This commit is contained in:
parent
ef09b8654d
commit
758a10ad86
@ -59,8 +59,8 @@ class Operator(Keymaker):
|
||||
super().__init__(name=name,passphrase=passphrase, keychain=keychain,
|
||||
path_crypt_keys=path_crypt_keys, path_crypt_data=path_crypt_data)
|
||||
|
||||
self.find_pubkey_and_name(name,pubkey)
|
||||
print('booted with operator with:',self.name,self.pubkey,self.find_pubkey(name),'??')
|
||||
# self.find_pubkey_and_name(name,pubkey)
|
||||
self.log('booted with operator with:',self.name,self.pubkey,self.find_pubkey(name),'??')
|
||||
|
||||
# def boot(self):
|
||||
# ## get both name and pubkey somehow
|
||||
@ -73,7 +73,7 @@ class Operator(Keymaker):
|
||||
# # Do I have my keys?
|
||||
# have_keys = self.exists()
|
||||
|
||||
# # If not, forge them -- only once!
|
||||
# # If not, forge them -- only once!``
|
||||
# if not have_keys and create:
|
||||
# self.get_new_keys()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user