mirror of https://gitlab.com/bashrc2/epicyon
Extra expected field
parent
c5f07a1a1c
commit
4451ce1d02
2
posts.py
2
posts.py
|
@ -5299,7 +5299,7 @@ def _novel_fields_for_person(nickname: str, domain: str,
|
||||||
'xRobotsTag',
|
'xRobotsTag',
|
||||||
'content_is_html',
|
'content_is_html',
|
||||||
'repliesCount',
|
'repliesCount',
|
||||||
'thread',
|
'thread', 'root',
|
||||||
'searchableBy'
|
'searchableBy'
|
||||||
)
|
)
|
||||||
for post_filename in posts_in_box:
|
for post_filename in posts_in_box:
|
||||||
|
|
Loading…
Reference in New Issue