瀏覽代碼

优化 access_token获取逻辑

luojunhui 1 月之前
父節點
當前提交
d1b43f1b64
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      applications/tasks/crawler_tasks/crawler_gzh_fans.py

+ 0 - 2
applications/tasks/crawler_tasks/crawler_gzh_fans.py

@@ -438,8 +438,6 @@ class CrawlerGzhFans(CrawlerGzhFansBase):
         if not user_info_list:
             return
 
-        print(json.dumps(user_info_list, ensure_ascii=False, indent=4))
-
         semaphore = asyncio.Semaphore(10)
         tasks = [
             self.save_single_union_user(account_info["gh_id"], user_info, semaphore)