From 29b7806520fae6d43bff6b87086448afc9c423f3 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Wed, 16 Sep 2020 17:01:04 +0100 Subject: [PATCH] updates --- komrade/backend/komrades.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/komrade/backend/komrades.py b/komrade/backend/komrades.py index 89513f0..c64fb6b 100644 --- a/komrade/backend/komrades.py +++ b/komrade/backend/komrades.py @@ -112,8 +112,8 @@ class KomradeX(Caller): ### PUBLIC KEY qr_str=self.qr_str(pubkey.data_b64) - logfunc(f'(1) You may store your public key both on your device hardware, as well as share it with anyone you wish:\n\n{pubkey.data_b64_s}\n\nIt will also be stored as a QR code on your device:\n{qr_str}',pause=True) - logfunc('You must also register it with Komrade @Operator on the remote server. Shall Komrade @Telephone send it over?',pause=True,clear=False)#),dict_format(data,tab=2),pause=True) + logfunc(f'(1) You may store your public key both on your device hardware, as well as share it with anyone you wish:\n\n{pubkey.data_b64_s}\n\nIt will also be stored as a QR code on your device:\n{qr_str}',pause=True,clear=True) + logfunc('You must also register your username and public key with Komrade @Operator on the remote server. Shall Komrade @Telephone send them over?',pause=True,clear=False)#),dict_format(data,tab=2),pause=True) ok_to_send = input(f'Komrade @{name}: [Y/n]') if ok_to_send.strip().lower()=='n': logfunc('Cancelling registration.')