Kaynağa Gözat

优化 access_token获取逻辑

luojunhui 1 ay önce
ebeveyn
işleme
d1b43f1b64

+ 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)