浏览代码

account crawler

luojunhui 3 月之前
父节点
当前提交
4efba4b3e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      account_crawler_task.py

+ 1 - 1
account_crawler_task.py

@@ -71,6 +71,6 @@ def deal_each_platform(platform: str) -> None:
 
 
 if __name__ == "__main__":
-    platform_list = ["sph", "hksp", "toutiao"]
+    platform_list = ["toutiao", "sph", "hksp"]
     for platform_id in platform_list:
         deal_each_platform(platform=platform_id)