adriiita commited on
Commit
c72a371
1 Parent(s): 97b6c1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
 
7
 
8
  notion = Client(auth=os.environ["NOTION_TOKEN"])
9
- PAGE_ID = "4fc0a081f0a84257879d6f7638e368b9" #90e3293e833e46539d9e64ff4f4fe562
10
 
11
 
12
 
 
6
 
7
 
8
  notion = Client(auth=os.environ["NOTION_TOKEN"])
9
+ PAGE_ID = "90e3293e833e46539d9e64ff4f4fe562" #90e3293e833e46539d9e64ff4f4fe562
10
 
11
 
12