소스 검색

add new shell file

luojunhui 3 달 전
부모
커밋
e2f723054c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      long_articles_job.py

+ 1 - 1
long_articles_job.py

@@ -79,7 +79,7 @@ def main():
                 run_fwh_data_manager()
             case "run_sph_video_crawler":
                 run_sph_video_crawler()
-            case "top":
+            case "top_article_generalize":
                 run_top_article_generalize_from_article_pool()
             case _:
                 print("task_name cannot be None")