Explorar el Código

优化 access_token获取逻辑

luojunhui hace 1 mes
padre
commit
d1b43f1b64
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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:
         if not user_info_list:
             return
             return
 
 
-        print(json.dumps(user_info_list, ensure_ascii=False, indent=4))
-
         semaphore = asyncio.Semaphore(10)
         semaphore = asyncio.Semaphore(10)
         tasks = [
         tasks = [
             self.save_single_union_user(account_info["gh_id"], user_info, semaphore)
             self.save_single_union_user(account_info["gh_id"], user_info, semaphore)