fix py path

This commit is contained in:
zwarenelle
2024-06-28 15:17:35 +02:00
parent 360761c836
commit 046d57c6c2

View File

@@ -24,7 +24,7 @@ namespace RobotController
RedirectStandardOutput = true,
RedirectStandardInput = true,
UseShellExecute = false,
Arguments = "../stepper.py drive",
Arguments = "./stepper.py drive",
FileName = "/usr/bin/python3"
};