nothing-unencr
quadrismegistus 4 years ago
parent 191ad01329
commit e2113e94ec

@ -196,12 +196,11 @@ class Operator(Keymaker):
# whew, then we can make someone else take the phone
self.log(f'passing msg onto {embedded_recipient} ...')
response = embedded_recipient.route_msg(embedded_msg).msg_d
response = embedded_recipient.route_msg(embedded_msg)
self.log(f'passed msg onto {embedded_recipient}, got this response: {response} ...')
# otherwise what are we doing?
else:
response = msg_obj.msg_d
response = msg_obj
# ???
return response

Loading…
Cancel
Save