Skip to content

Commit e2fdd75

Browse files
API call uses instruments not instrument (#391)
1 parent 6c2445d commit e2fdd75

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)