add default item_type

This commit is contained in:
Hongbo Wu 2023-09-20 19:18:22 +08:00
parent b4512d2d1c
commit a445bc55d4

View file

@ -339,7 +339,7 @@ async def main():
source['content'],
source['url'],
source.get('uploadFileId', None),
page_type,
page_type if page_type is not None else 'UNKNOWN',
source['slug'],
source.get('readingProgressTopPercent', 0),
source.get('readingProgressPercent', 0),