Missing comma

merge-requests/8/head
Bob Mottram 2020-11-06 11:25:23 +00:00
parent c734fc175d
commit c77b18c734
1 changed files with 1 additions and 1 deletions

View File

@ -1248,7 +1248,7 @@ def createBlogPost(baseDir: str,
link = sections[2]
tagJson = {
"type": "Article",
"name": title
"name": title,
"url": link
}
blog['object']['tag'].append(tagJson)