Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
malinkang committed Feb 6, 2024
1 parent 20aacf4 commit 84953b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/douban.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def fetch_subjects(user, type_, status):
for x in subject.get("directors")[0:100]
]
properties = utils.get_properties(movie, movie_properties_type_dict)
print(f"properties = {properties}")
notion_helper.get_date_relation(properties,create_time)
parent = {
"database_id": notion_helper.book_database_id,
Expand Down

0 comments on commit 84953b3

Please sign in to comment.