From 8131149b553c0c8c1a5680af0734f4715bbe4f39 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Mon, 20 May 2024 09:36:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E7=AB=A0description?= =?UTF-8?q?=E9=87=8C=E5=8C=85=E5=90=AB=E5=8F=8C=E5=BC=95=E5=8F=B7=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gmeek.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gmeek.py b/Gmeek.py index 957f94e..ee781e6 100644 --- a/Gmeek.py +++ b/Gmeek.py @@ -297,7 +297,7 @@ class GMEEK(): period="." else: period=self.blogBase["rssSplit"] - self.blogBase[listJsonName][postNum]["description"]=issue.body.split(period)[0]+period + self.blogBase[listJsonName][postNum]["description"]=issue.body.split(period)[0].replace("\"", "\'")+period self.blogBase[listJsonName][postNum]["top"]=0 for event in issue.get_events():