keychain-uses-objects
quadrismegistus 4 years ago
parent ae1291f722
commit 0cc1dd4da2

@ -277,10 +277,9 @@ class Operator(Keymaker):
def pronto_pronto(self, msg_obj):
self.log(f'''
pronto pronto!
>> {msg_obj}
''')
self.log(f'''*ring *ring* ...
{self}: pronto?
voice: {msg_obj}''')
return self.route_msg(msg_obj,reencrypt=True)

@ -62,7 +62,7 @@ class TheOperator(Operator):
def answer_phone(self,data_b):
# route incoming call from the switchboard
from komrade.cli.artcode import ART_OLDPHONE4
self.log(f'''\nHello, this is the Operator. I heard you say:\n\n {b64enc_s(data_b)}{ART_OLDPHONE4}''')
self.log(f'''{ART_OLDPHONE4}Hello, this is the Operator. I heard you say:\n\n {b64enc_s(data_b)}''')
# unseal
msg_obj = self.unseal_msg(

Loading…
Cancel
Save