Browse Source

代码格式优化

luojunhui 4 months ago
parent
commit
22dcb688fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      applications/wxSpiderApi.py

+ 1 - 1
applications/wxSpiderApi.py

@@ -35,7 +35,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:
         """
         """
         获取文章
         获取文章