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.`);
|
||||
|
||||
var options = {
|
||||
pythonPath: '/usr/bin/python3',
|
||||
args: [strayId]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user