Skip to content

Commit 0f8064d

Browse files
committed
Forgot to replace another 'post' with 'get'
1 parent 119ec67 commit 0f8064d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/api/instrument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ async def check_multigrid_controller_exists(session_id: MurfeySessionID, db=murf
177177
f"Submitting request to inspect multigrid controller for session {session_id}"
178178
)
179179
async with aiohttp.ClientSession() as clientsession:
180-
async with clientsession.post(
180+
async with clientsession.get(
181181
f"{machine_config.instrument_server_url}{url_path_for('api.router', 'check_multigrid_controller_exists', session_id=session_id)}",
182182
headers={
183183
"Authorization": f"Bearer {instrument_server_tokens[session_id]['access_token']}"

0 commit comments

Comments
 (0)