修复postSourceUrl丢失的bug

This commit is contained in:
呆瓜云 2023-08-17 11:13:37 +08:00
parent fd06e3ee96
commit 7248599147

View File

@ -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')