2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-14 23:05:08 +01:00
parent ccb3b8ef15
commit 7ee299c4e2

View File

@ -178,7 +178,7 @@ class Operator(Keymaker):
func = getattr(self,route)
# new_data = func(**data)
new_data = func(msg_obj)
self.log(f'New data was received back from {self}.{route}() route:\b\b{dict_format(new_data,tab=4)}')
self.log(f'New data was received back from {self}.{route}() route:\b\b{new_data}')
msg_obj.msg = msg_obj.msg_d['msg'] = new_data
# try passing it on?