run_update_articles_from_aigc_system.py 234 B

123456789
  1. """
  2. @author: luojunhui
  3. """
  4. from tasks.update_article_info_from_aigc import UpdateArticleInfoFromAIGC
  5. if __name__ == "__main__":
  6. update_article_info_from_aigc = UpdateArticleInfoFromAIGC()
  7. update_article_info_from_aigc.deal()