Now when calling moveSeason python script, the python version used is python3.

This commit is contained in:
2017-10-04 14:18:42 +02:00
parent da83b73732
commit 26c1bda3df

View File

@@ -48,6 +48,7 @@ class StrayRepository {
assert.notEqual(row, undefined, `Stray '${strayId}' already verified.`);
var options = {
pythonPath: '/usr/bin/python3',
args: [strayId]
}