浏览代码

added unbuffered call

Gamaliel Espinoza 7 年之前
父节点
当前提交
92c99fb08d
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      ondemand.js
  2. 1 1
      package.json

+ 1 - 0
ondemand.js

@@ -49,6 +49,7 @@ function process_queue() {
   });
 
   var params = [
+    "-u",
     path.join(config.installDir,"fourier/process_timespan_nodb.py"),
     config.device_id,
     job.station,

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "fourier-ondemand",
-  "version": "1.0.2",
+  "version": "1.0.3b1",
   "description": "",
   "main": "index.js",
   "dependencies": {