diff --git a/seasoned_api/src/seasoned/strayRepository.js b/seasoned_api/src/seasoned/strayRepository.js index 05ae66f..19ad8bb 100644 --- a/seasoned_api/src/seasoned/strayRepository.js +++ b/seasoned_api/src/seasoned/strayRepository.js @@ -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], };