Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
malinkang committed Feb 8, 2024
1 parent ff26a57 commit 02755fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/douban.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def insert_book():
or notion_movive.get("状态") != book.get("状态")
or notion_movive.get("评分") != book.get("评分")
):
properties = utils.get_properties(book, )
properties = utils.get_properties(book, book_properties_type_dict)
notion_helper.get_date_relation(properties,create_time)
notion_helper.update_page(
page_id=notion_movive.get("page_id"),
Expand Down

0 comments on commit 02755fa

Please sign in to comment.