From a98068f4a9b5ee2614c0e83ccb3510fd85444648 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Wed, 16 Sep 2020 16:22:34 +0100 Subject: [PATCH] updates --- komrade/backend/komrades.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komrade/backend/komrades.py b/komrade/backend/komrades.py index 2e11d7b..48f2695 100644 --- a/komrade/backend/komrades.py +++ b/komrade/backend/komrades.py @@ -107,7 +107,7 @@ class KomradeX(Caller): ## 2) Make pub public/private keys keypair = KomradeAsymmetricKey() pubkey,privkey = keypair.pubkey_obj,keypair.privkey_obj - logfunc(f'Using the iron-clad Elliptic curve algorithm (as impl. by Themis), I have cut for you a private and public asymmetric key pair:\n\n(1) {pubkey}\n\n(2) {privkey}{ART_KEY_PAIR}',clear=False,pause=True) + logfunc(f'Using the iron-clad Elliptic curve algorithm, I have cut for you a private and public asymmetric key pair:\n\n(1) {pubkey}\n\n(2) {privkey}{ART_KEY_PAIR}',clear=False,pause=True) ## 3) Have passphrase? if SHOW_STATUS and not passphrase: