Python3
This commit is contained in:
@@ -342,7 +342,7 @@ app.post('/api/calibration/foto', async (req, res) => {
|
||||
* Abschluss:
|
||||
* data: {"type":"done","exitCode":0}
|
||||
*/
|
||||
const PYTHON_BIN = process.env.PYTHON_BIN || 'python';
|
||||
const PYTHON_BIN = process.env.PYTHON_BIN || 'python3';
|
||||
const calibScriptPath = path.join(__dirname, '..', 'scripts', 'callibriate.py');
|
||||
|
||||
app.post('/api/calibration/compute', async (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user