Changed the python run variable for stray eps.

This commit is contained in:
2018-07-28 16:05:22 +02:00
parent c10bbcf518
commit 7dd016a56e

View File

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