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

SW-488: removed hardcode broker setting

parent 8533ecb1
No related branches found
No related tags found
No related merge requests found
...@@ -316,7 +316,7 @@ class ALERTHandler(VOEventListenerInterface): ...@@ -316,7 +316,7 @@ class ALERTHandler(VOEventListenerInterface):
This class implements the VOEventListenerInterface in order to receive VO events for the ALERT project. This class implements the VOEventListenerInterface in order to receive VO events for the ALERT project.
""" """
def __init__(self, broker_host='127.0.0.1', broker_port=8099, filter_for=None): def __init__(self, broker_host='127.0.0.1', broker_port=8099, filter_for=None):
self._cache = TaskInfoCache(broker='scu001.control.lofar') self._cache = TaskInfoCache()
super(ALERTHandler, self).__init__(broker_host, broker_port, filter_for) super(ALERTHandler, self).__init__(broker_host, broker_port, filter_for)
def start_listening(self, blocking=False): def start_listening(self, blocking=False):
......
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