posting
quadrismegistus 4 years ago
parent c09beb72af
commit bcaf54aec1

@ -246,7 +246,7 @@ class CLI(Logger):
meet_name = msg.data.get('meet_name')
meet_uri = msg.data.get('meet')
qrstr=self.komrade.qr_str(meet_uri)
do_adduser = input(f'''\n\n@Operator: Add @{meet_name}'s public key ({meet_uri.decode()}) to your address book?\n\nIt will allow you and @{meet_name} to read and write encrypted messages to one another.\n\n{self.komrade} [y/N]: ''')
do_adduser = input(f'''\n\n@Operator: Add @{meet_name}'s public key to your address book? It will allow you and @{meet_name} to read and write encrypted messages to one another.\n\n{self.komrade} [y/N]: ''')
do_senduser = input(f'''\nSend this user your public key as well?\n\n{self.komrade} [y/N]: ''')
if do_adduser.strip().lower()=='y':

Loading…
Cancel
Save