iaunco 6 年 前
コミット
c333ac94e6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      index.js

+ 1 - 1
index.js

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