From 9dc94a2df561d1229888deb9d3f5607a1fced10f Mon Sep 17 00:00:00 2001 From: Bryce Bixler Date: Tue, 28 Nov 2023 22:20:52 +0000 Subject: [PATCH] Changed variable name to fix minor bug --- socs/agents/hwp_pmx/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socs/agents/hwp_pmx/agent.py b/socs/agents/hwp_pmx/agent.py index 76b41d9ff..ada2a860a 100644 --- a/socs/agents/hwp_pmx/agent.py +++ b/socs/agents/hwp_pmx/agent.py @@ -379,7 +379,7 @@ def monitor_supervisor(self, session, params): if res['status'] != 'ok': action = 'no_data' else: - action = res['data']['actions']['rotation'] + action = res['data']['actions']['pmx'] # If action is 'ok', update last_ok_time if action == 'ok':