komrade update!

posting
quadrismegistus 4 years ago
parent 7db19225cc
commit a8824c1827

@ -144,7 +144,7 @@ class KomradeX(Caller):
print()
logfunc('Connecting you to the @Operator...',komrade_name='Telephone')
# print()
time.sleep(1)
# time.sleep(1)
## CALL OP WITH PUBKEY
resp_msg_d = self.ring_ring(

@ -599,9 +599,11 @@ class TheOperator(Operator):
# (1) get inbox
def get_inbox(self,inbox_uri):
# ok, then find the inbox?
self.log('get_inbox <-',inbox_uri)
inbox=self.get_inbox_crypt(
uri=b64enc(inbox_uri),
)
self.log('<-inbox <-',inbox)
res = {
'status':'Succeeded in getting inbox.',

Loading…
Cancel
Save