From 7248599147646cdd820a34f14e4d214b652efaab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=86=E7=93=9C=E4=BA=91?= Date: Thu, 17 Aug 2023 11:13:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DpostSourceUrl=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gmeek.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Gmeek.py b/Gmeek.py index 633d2bf..b7f04a6 100644 --- a/Gmeek.py +++ b/Gmeek.py @@ -99,6 +99,7 @@ class GMEEK(): postBase["style"]=issue["style"] postBase["script"]=issue["script"] postBase["top"]=issue["top"] + postBase["postSourceUrl"]=issue["postSourceUrl"] postBase["repoName"]=options.repo_name file_loader = FileSystemLoader('templates')