Browse Source

change model to v3

luojunhui 3 months ago
parent
commit
39bb1034b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      account_explore_task.py

+ 1 - 1
account_explore_task.py

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