From 050840ee554dd895a71733cdd33c1ba153da9052 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 4 Jun 2025 14:09:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9D=83=E9=99=90=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/func_english_news.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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