mirror of https://gitlab.com/bashrc2/epicyon
Another expected field
parent
322e64ba12
commit
8568477a69
3
posts.py
3
posts.py
|
@ -5057,7 +5057,8 @@ def _novel_fields_for_person(nickname: str, domain: str,
|
||||||
'crawlable',
|
'crawlable',
|
||||||
'schema:license',
|
'schema:license',
|
||||||
'license',
|
'license',
|
||||||
'summaryMap'
|
'summaryMap',
|
||||||
|
'closed'
|
||||||
)
|
)
|
||||||
for post_filename in posts_in_box:
|
for post_filename in posts_in_box:
|
||||||
post_filename = post_filename.name
|
post_filename = post_filename.name
|
||||||
|
|
Loading…
Reference in New Issue