修复postSourceUrl丢失的bug
This commit is contained in:
parent
fd06e3ee96
commit
7248599147
1
Gmeek.py
1
Gmeek.py
@ -99,6 +99,7 @@ class GMEEK():
|
|||||||
postBase["style"]=issue["style"]
|
postBase["style"]=issue["style"]
|
||||||
postBase["script"]=issue["script"]
|
postBase["script"]=issue["script"]
|
||||||
postBase["top"]=issue["top"]
|
postBase["top"]=issue["top"]
|
||||||
|
postBase["postSourceUrl"]=issue["postSourceUrl"]
|
||||||
postBase["repoName"]=options.repo_name
|
postBase["repoName"]=options.repo_name
|
||||||
|
|
||||||
file_loader = FileSystemLoader('templates')
|
file_loader = FileSystemLoader('templates')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user