mirror of
https://git.sr.ht/~cadence/NewLeaf
synced 2025-11-19 04:36:30 +00:00
Use description for descriptionHtml
This commit is contained in:
parent
831d67e990
commit
761561edec
1 changed files with 1 additions and 1 deletions
2
index.py
2
index.py
|
|
@ -88,7 +88,7 @@ class Second(object):
|
|||
"videoThumbnails": [],
|
||||
"storyboards": None,
|
||||
"description": info["description"],
|
||||
"descriptionHtml": None,
|
||||
"descriptionHtml": info["description"],
|
||||
"published": published,
|
||||
"publishedText": None,
|
||||
"keywords": None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue