浏览代码

Merge branch '2025-05-07-account-explore-shell' of luojunhui/LongArticlesJob into master

luojunhui 1 月之前
父节点
当前提交
b067bf9639
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      account_explore_task.py
  2. 1 1
      sh/run_account_explore.sh
  3. 1 1
      sh/run_account_quality_analysis.sh

+ 1 - 1
account_explore_task.py

@@ -32,7 +32,7 @@ def deal_each_platform(platform: str) -> None:
 
 
 if __name__ == "__main__":
-    # get_association_title_list_in_multi_threads()
+    get_association_title_list_in_multi_threads()
 
     # get each platform
     platform_list = ["sph", "hksp", "toutiao", "gzh"]

+ 1 - 1
sh/run_account_explore.sh

@@ -14,7 +14,7 @@ then
 else
     echo "$(date '+%Y-%m-%d %H:%M:%S') - trying to restart account_explore_task.py"
     # 切换到指定目录
-    cd /root/luojunhui/dev/LongArticlesJob
+    cd /root/luojunhui/LongArticlesJob
 
     # 激活 Conda 环境
     source /root/miniconda3/etc/profile.d/conda.sh

+ 1 - 1
sh/run_account_quality_analysis.sh

@@ -14,7 +14,7 @@ then
 else
     echo "$(date '+%Y-%m-%d %H:%M:%S') - trying to restart account_quality_analysis.py"
     # 切换到指定目录
-    cd /root/luojunhui/dev/LongArticlesJob
+    cd /root/luojunhui/LongArticlesJob
 
     # 激活 Conda 环境
     source /root/miniconda3/etc/profile.d/conda.sh