Skip to content

Commit 219f14e

Browse files
committed
Used wrong function name
1 parent 86316a9 commit 219f14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/util/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_machine_config_client(
6060
if not _instrument_name:
6161
return {}
6262
return requests.get(
63-
f"{url}{url_path_for('session_control.router', 'failed_client_post', instrument_name=_instrument_name)}"
63+
f"{url}{url_path_for('session_control.router', 'machine_info_by_instrument', instrument_name=_instrument_name)}"
6464
).json()
6565

6666

0 commit comments

Comments
 (0)