mirror of https://gitlab.com/bashrc2/epicyon
Another expected field
parent
f157cc40ef
commit
f4af6a139b
3
posts.py
3
posts.py
|
@ -5299,7 +5299,8 @@ def _novel_fields_for_person(nickname: str, domain: str,
|
||||||
'xRobotsTag',
|
'xRobotsTag',
|
||||||
'content_is_html',
|
'content_is_html',
|
||||||
'repliesCount',
|
'repliesCount',
|
||||||
'thread'
|
'thread',
|
||||||
|
'searchableBy'
|
||||||
)
|
)
|
||||||
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