diff --git a/server.js b/server.js index c406fe6..62da6b0 100644 --- a/server.js +++ b/server.js @@ -72,5 +72,5 @@ var server = app.listen(3000, function () { pythonOptions: ['-u'], args: 'reload' }; - PythonShell.run('scripts/fanController.py', options); + PythonShell.run('scripts/fanController.py', options, function (err, results) {}); })