Skip to content
Snippets Groups Projects
Commit fd870648 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-488: commisioning fixes from test with Joern Sander Thomas and me

parent 572c5cec
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,10 @@ class RADBPGListener(PostgresListener):
notification_prefix=DEFAULT_NOTIFICATION_PREFIX,
dbcreds=None,
broker=None):
super(RADBPGListener, self).__init__(dbcreds=dbcreds)
super(RADBPGListener, self).__init__(host=dbcreds.host,
database=dbcreds.database,
username=dbcreds.user,
password=dbcreds.password)
self.notification_prefix = notification_prefix
self.event_bus = ToBus(notification_busname, broker=broker)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment