From fbf15f3d0173428eedff1e5238245d50dba52a72 Mon Sep 17 00:00:00 2001 From: iotcat Date: Tue, 4 Feb 2020 12:55:19 +0000 Subject: [PATCH] change api --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 14022e4..c486dda 100644 --- a/index.js +++ b/index.js @@ -53,7 +53,7 @@ var get = (o_params)=>{ const unit = async () => { var info = await getInfo(); - console.log(info); + if(o.debug)console.log(info); if(info.confirmedCount > updateTime){ updateTime = info.confirmedCount;