Qperm setpoint modified
This commit is contained in:
parent
3cfa5ef80e
commit
ead7e3b647
1
main.py
1
main.py
|
|
@ -468,7 +468,6 @@ async def auto_test_pu2(ploop_setpoint: float = Query(0.0)):
|
|||
async def stop_auto_test(pu: int):
|
||||
key = f"pu{pu}"
|
||||
logging.info(f"[AUTO TEST] Stopping {pu}")
|
||||
print("tasks",tasks)
|
||||
if key in tasks and not tasks[key].done():
|
||||
tasks[key].cancel()
|
||||
await send_command_with_delay("IDLE", pu =pu, delay_s=0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user