From a169af2bffff74a62a23ec298b207808d39989be Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Sat, 12 Sep 2020 22:22:58 +0100 Subject: [PATCH] updates --- komrade/backend/operators.py | 1 + 1 file changed, 1 insertion(+) 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