#180 2025-07-17取消重试机制

Gabung
luojunhui menggabungkan 1 komit dari luojunhui/feature/20250717-update-msg-daily-improve menjadi luojunhui/master%! (template.HTML=2 hari lalu)s
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      applications/wxSpiderApi.py

+ 1 - 1
applications/wxSpiderApi.py

@@ -36,7 +36,7 @@ class WeixinSpider(object):
         return response.json()
         return response.json()
 
 
     @classmethod
     @classmethod
-    @retryOnNone()
+    # @retryOnNone()
     def get_article_text(cls, content_link, is_count=False, is_cache=True) -> dict:
     def get_article_text(cls, content_link, is_count=False, is_cache=True) -> dict:
         """
         """
         获取文章
         获取文章