diff --git a/fetchURLByzbpro.js b/fetchURLByzbpro.js index 3f94f4e..1826797 100644 --- a/fetchURLByzbpro.js +++ b/fetchURLByzbpro.js @@ -14,6 +14,7 @@ let updateResult = 2 for (let i = 0; i < 3; i++) { try { updateResult = await updateChannels() + break } catch (error) { printRed("接口更新出现问题,正在重试...") }