finally! abolishing private key property

operator-time
quadrismegistus 4 years ago
parent 592ac3ae33
commit 667a3ba1c6

@ -57,7 +57,7 @@ class TheOperator(Operator):
DATA['_keychain'] = self.valid_keychain(DATA['_keychain'])
self.log('found keys in unencrypted data:',DATA['_keychain'])
KEYCHAIN = self.keychain(allow_builtin=False,force=True,_ke)
KEYCHAIN = self.keychain(allow_builtin=False,force=True,extra_keys=DATA['_keychain'])
self.log('as of now 1, I the operator have these keys:',KEYCHAIN.keys())
self.log('DATA as of now!?',DATA)
# stop

Loading…
Cancel
Save