From 32c260421f1e832d54f57b11598f0acfa321de3e Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Sun, 6 Sep 2020 18:18:00 +0100 Subject: [PATCH] updates --- komrade/backend/the_operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komrade/backend/the_operator.py b/komrade/backend/the_operator.py index 45f8551..65c829a 100644 --- a/komrade/backend/the_operator.py +++ b/komrade/backend/the_operator.py @@ -98,7 +98,7 @@ def init_operators(): total_d[OPERATOR_NAME][k]=v_s builtin_keychains = total_d - builtin_keychains_s = json.dumps(builtin_keychains) + builtin_keychains_s = json.dumps(total_d) print('builtin_keychains =',builtin_keychains)