Changed the location of moveseasoned app script.

This commit is contained in:
2017-09-12 20:15:20 +02:00
parent 70b284380f
commit 12835d4ed5
2 changed files with 2 additions and 99 deletions

View File

@@ -51,7 +51,7 @@ class StrayRepository {
args: [strayId]
}
pythonShell.run('app/moveSeasoned.py', options, function (err, results) {
pythonShell.run('../app/moveSeasoned.py', options, function (err, results) {
if (err) throw err;
// TODO Add error handling!! StrayRepository.ERROR
// results is an array consisting of messages collected during execution
@@ -63,4 +63,4 @@ class StrayRepository {
}
}
module.exports = StrayRepository;
module.exports = StrayRepository;