master
iotcat 4 years ago
parent 6270bce1ce
commit fbf15f3d01
  1. 2
      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;

Loading…
Cancel
Save