Skip to content
Snippets Groups Projects
Commit b54841ec authored by Auke Klazema's avatar Auke Klazema
Browse files

Task #9893: fixed missing **

parent 7134e9cd
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ class OTDBTriggerListener(OTDBBusListener):
def start_listening(self, **kwargs):
self.mom_rpc_client.open()
super(OTDBTriggerListener, self).start_listening(kwargs)
super(OTDBTriggerListener, self).start_listening(**kwargs)
def stop_listening(self):
self.mom_rpc_client.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment