Skip to content

Commit 7c5e495

Browse files
authored
Update update_notion.py
1 parent a90e628 commit 7c5e495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_notion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
# Add to Notion database
5151
notion.pages.create(
52-
parent={"database_id": "<YOUR_NOTION_DATABASE_ID>"},
52+
parent={"database_id": "9c8a112777c4485f86b7dfeb4362bd8b"},
5353
properties={
5454
"Name": {"title": [{"text": {"content": title}}]},
5555
"Overview": {"rich_text": [{"text": {"content": overview}}]},

0 commit comments

Comments
 (0)