Skip to content

Commit 52fd590

Browse files
committed
instruments not instrument
1 parent bcf52af commit 52fd590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def run():
289289
status_bar = StatusBar()
290290

291291
machine_data = requests.get(
292-
f"{murfey_url.geturl()}/instrument/{instrument_name}/machine"
292+
f"{murfey_url.geturl()}/instruments/{instrument_name}/machine"
293293
).json()
294294
gain_ref: Path | None = None
295295

0 commit comments

Comments
 (0)