diff --git a/komrade/backend/operators.py b/komrade/backend/operators.py index cdd82b1..ced42dd 100644 --- a/komrade/backend/operators.py +++ b/komrade/backend/operators.py @@ -57,6 +57,7 @@ class Operator(Keymaker): 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,'??') # def boot(self): # ## get both name and pubkey somehow