fix: fixing game hero

This commit is contained in:
Chubby Granny Chaser
2025-10-24 17:13:36 +01:00
parent 0d60ec8801
commit 881564daa7
8 changed files with 92 additions and 194 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"],
});