Skip to content

Commit

Permalink
FIX: tiled address
Browse files Browse the repository at this point in the history
  • Loading branch information
maffettone committed Dec 13, 2023
1 parent 1bc6d07 commit 6b85527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdf_agents/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,10 @@ def get_beamline_objects() -> dict:
kafka_consumer=kafka_consumer,
kafka_producer=kafka_producer,
tiled_data_node=tiled.client.from_uri(
"https://tiled.nsls2.bnl.gov/api/v1/node/metadata/pdf/bluesky_sandbox"
"https://tiled.nsls2.bnl.gov/api/v1/metadata/pdf/bluesky_sandbox"
),
tiled_agent_node=tiled.client.from_uri(
"https://tiled.nsls2.bnl.gov/api/v1/node/metadata/pdf/bluesky_sandbox"
"https://tiled.nsls2.bnl.gov/api/v1/metadata/pdf/bluesky_sandbox"
),
qserver=qs,
)
Expand Down

0 comments on commit 6b85527

Please sign in to comment.