Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
import os
|
2 |
-
from dotenv import load_dotenv
|
3 |
from notion_client import Client
|
4 |
-
load_dotenv()
|
5 |
|
6 |
-
notion = Client(auth="
|
7 |
|
8 |
page_id = '67dd09be5b3b44d694996a75c07ecc26'
|
9 |
|
|
|
1 |
import os
|
|
|
2 |
from notion_client import Client
|
|
|
3 |
|
4 |
+
notion = Client(auth=os.getenv("NOTION_API_KEY"))
|
5 |
|
6 |
page_id = '67dd09be5b3b44d694996a75c07ecc26'
|
7 |
|