iaunco il y a 6 ans
Parent
commit
c333ac94e6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -48,7 +48,7 @@ async function interval() {
                     setTimeout(function () {
                         infoOK[i] = false; // 出错,一分钟后重试
                     }, 60000);
-                    return;
+                    // return;
                 }
             }
         }