Now when calling moveSeason python script, the python version used is python3.
This commit is contained in:
@@ -48,6 +48,7 @@ class StrayRepository {
|
|||||||
assert.notEqual(row, undefined, `Stray '${strayId}' already verified.`);
|
assert.notEqual(row, undefined, `Stray '${strayId}' already verified.`);
|
||||||
|
|
||||||
var options = {
|
var options = {
|
||||||
|
pythonPath: '/usr/bin/python3',
|
||||||
args: [strayId]
|
args: [strayId]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user