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