Linting
All checks were successful
Lint / lint (pull_request) Successful in 1m15s

This commit is contained in:
2025-02-22 22:51:01 -05:00
parent 1de9e9ce1d
commit 8f0df2e3e1
5 changed files with 30 additions and 29 deletions

View File

@@ -11,4 +11,4 @@ async def get_status():
return {"status": "running" if pulse_process else "stopped"}
# subprocess.Popen(os.path.join(OP25_PATH, OP25_SCRIPT), shell=True, preexec_fn=os.setsid, cwd=OP25_PATH)
# subprocess.Popen(os.path.join(OP25_PATH, OP25_SCRIPT), shell=True, preexec_fn=os.setsid, cwd=OP25_PATH)