2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-17 21:25:37 +00:00
This commit is contained in:
quadrismegistus 2020-09-12 22:22:58 +01:00
parent 26c4b39904
commit a169af2bff

View File

@ -57,6 +57,7 @@ class Operator(Keymaker):
path_crypt_keys=path_crypt_keys, path_crypt_data=path_crypt_data) path_crypt_keys=path_crypt_keys, path_crypt_data=path_crypt_data)
self.find_pubkey_and_name(name,pubkey) self.find_pubkey_and_name(name,pubkey)
print('booted with operator with:',self.name,self.pubkey,'??')
# def boot(self): # def boot(self):
# ## get both name and pubkey somehow # ## get both name and pubkey somehow