diff --git a/base/func_english_news.py b/base/func_english_news.py index 6710551..b884fe0 100644 --- a/base/func_english_news.py +++ b/base/func_english_news.py @@ -6,7 +6,6 @@ Created Date: 2024-01-21 Last Modified: 2024-03-24 Modified by: MrCrawL """ -from plugins.global_news.dify_news_analyze import dify_news_title_analyze from utils.markdown_to_image import convert_md_str_to_image '''Existing problem: text with hyperlink won't be saved''' @@ -325,6 +324,6 @@ def all_english_news(): news_titles += abc() + "\n" news_titles += fox() + "\n" news_titles += bbc() + "\n" - markdown_news = dify_news_title_analyze(news_titles) + markdown_news = news_titles # self.dify_news_title_analyze(news_titles) spath = convert_md_str_to_image(markdown_news, "news_output.png") return spath