Another expected field

merge-requests/30/head
Bob Mottram 2024-06-25 10:41:50 +01:00
parent 40bba453be
commit 2f8c9e82a7
1 changed files with 2 additions and 1 deletions

View File

@ -5085,7 +5085,8 @@ def _novel_fields_for_person(nickname: str, domain: str,
'summaryMap', 'summaryMap',
'closed', 'closed',
'secGPC', 'secGPC',
'xRobotsTag' 'xRobotsTag',
'content_is_html'
) )
for post_filename in posts_in_box: for post_filename in posts_in_box:
post_filename = post_filename.name post_filename = post_filename.name