Merge branch 'main' into feat/improving-sources

This commit is contained in:
Chubby Granny Chaser
2025-10-26 21:42:58 +00:00
committed by GitHub
24 changed files with 2802 additions and 1103 deletions

View File

@@ -106,7 +106,7 @@ export class PythonRPC {
"main.py"
);
const childProcess = cp.spawn("python3", [scriptPath, ...commonArgs], {
const childProcess = cp.spawn("python", [scriptPath, ...commonArgs], {
stdio: ["inherit", "inherit"],
});