We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86316a9 commit 219f14eCopy full SHA for 219f14e
src/murfey/util/client.py
@@ -60,7 +60,7 @@ def get_machine_config_client(
60
if not _instrument_name:
61
return {}
62
return requests.get(
63
- f"{url}{url_path_for('session_control.router', 'failed_client_post', instrument_name=_instrument_name)}"
+ f"{url}{url_path_for('session_control.router', 'machine_info_by_instrument', instrument_name=_instrument_name)}"
64
).json()
65
66
0 commit comments