2025-07-17 13:52:21 +08:00

13 lines
306 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

info('test .....{params_kw=}')
debug(f"接收cpcc参数{params_kw=}")
try:
result_dict["data"] = await yaml_apply_delete(params_kw)
result_dict["status"] = True
result_dict["info"] = "operate success"
except Exception as e:
debug(f'{e}')
result_dict["info"] = e
return result_dict