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