Skip to content
Snippets Groups Projects
Commit 41e262f2 authored by jkerdreu's avatar jkerdreu
Browse files

Fix add_rx_handler !! (ouch)



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2845 b32b6428-25c9-4566-ad07-03861ab6144f
parent 2f1afe45
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class WARP10Logger:
def __init__(self,engine):
self.eng = engine
# change xAAL call flow
self.eng.add_rx_handler(self.parse_msg)
self.eng.subscribe(self.parse_msg)
self.cfg = tools.load_cfg_or_die(PACKAGE_NAME)['config']
self.setup()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment