Skip to content

Commit

Permalink
weread.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarHZD authored Jun 16, 2023
1 parent d048f70 commit ccc89ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weread.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def insert_to_notion(bookName, bookId, cover, sort, author, isbn, rating, relati
"URL": {"url": f"https://weread.qq.com/web/reader/{calculate_book_str_id(bookId)}"},
"Author": {"rich_text": [{"type": "text", "text": {"content": author}}]},
"Sort": {"number": sort},
"relationtosum": {"relation": [{"id": "0bc1af24b02b4775bb53cfa522251afa"}]}
"relationtosum": {"relation": [{"id": "0bc1af24b02b4775bb53cfa522251afa"}]},
"Rating": {"number": rating},
"Cover": {"files": [{"type": "external", "name": "Cover", "external": {"url": cover}}]},
}
Expand Down

0 comments on commit ccc89ad

Please sign in to comment.