From d41070c7b00fafc974a1a6e7b6d1b42391fa57ed Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 21 Jul 2017 04:48:52 +0200 Subject: all async paths working --- lib/tools/index.js | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'lib/tools/index.js') diff --git a/lib/tools/index.js b/lib/tools/index.js index 8415e79..d2a797d 100644 --- a/lib/tools/index.js +++ b/lib/tools/index.js @@ -1,7 +1,15 @@ module.exports = { + sleep: { + cmd: process.env.PYTHON_BINARY, + script: 'python/sleep.py', + ary: 0, + output: false, + }, nsatf: { cmd: process.env.PYTHON_BINARY, - script: 'nsatf.py', - } -} \ No newline at end of file + script: 'python/nsatf.py', + ary: 2, + output: true, + }, +} -- cgit v1.2.3-70-g09d2