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

SW-720: Remove incorrect parameters from ToBus in views.py

parent 13787865
Branches
Tags
1 merge request!6Import cobalt2 into lofar4
...@@ -34,7 +34,7 @@ specrpc = SpecificationRPC() ...@@ -34,7 +34,7 @@ specrpc = SpecificationRPC()
momrpc = MoMQueryRPC() momrpc = MoMQueryRPC()
from .config import TRIGGER_SUBMISSION_NOTIFICATION_SUBJECT from .config import TRIGGER_SUBMISSION_NOTIFICATION_SUBJECT
notification_bus = ToBus(address=DEFAULT_BUSNAME, broker=DEFAULT_BROKER) notification_bus = ToBus()
# The base URL for triggers specifications # The base URL for triggers specifications
base_url = 'https://lofar.astron.nl/mom3/user/main/explorer/setUpExplorer.do?action=open&object=FP1_CF' base_url = 'https://lofar.astron.nl/mom3/user/main/explorer/setUpExplorer.do?action=open&object=FP1_CF'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment