From 1636f688197ad68e851dfd5cddf7b1a612a975fd Mon Sep 17 00:00:00 2001 From: Meekdai Date: Tue, 28 May 2024 22:22:44 +0800 Subject: [PATCH] Update Gmeek.py --- Gmeek.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gmeek.py b/Gmeek.py index 74803dd..5cc6c99 100644 --- a/Gmeek.py +++ b/Gmeek.py @@ -165,7 +165,7 @@ class GMEEK(): for code_tag in code_tags: if code_tag.text.startswith("Gmeek-html"): code_tag.replace_with(code_tag.text.replace("Gmeek-html", "").strip()) - post_body=str(soup) + post_body=soup postBase["postTitle"]=issue["postTitle"] postBase["postUrl"]=self.blogBase["homeUrl"]+"/"+issue["postUrl"]