Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ logging.basicConfig(level=logging.INFO)
|
|
15 |
api_client = Client("http://211.233.58.202:7960/")
|
16 |
|
17 |
# Notion 클라이언트 설정
|
18 |
-
NOTION_TOKEN = "
|
19 |
NOTION_DATABASE_ID = "b4ba17da43cd4bedb5482ef10e5ffc8d"
|
20 |
notion = NotionClient(auth=NOTION_TOKEN)
|
21 |
|
|
|
15 |
api_client = Client("http://211.233.58.202:7960/")
|
16 |
|
17 |
# Notion 클라이언트 설정
|
18 |
+
NOTION_TOKEN = os.getenv("NOTION_TOKEN")
|
19 |
NOTION_DATABASE_ID = "b4ba17da43cd4bedb5482ef10e5ffc8d"
|
20 |
notion = NotionClient(auth=NOTION_TOKEN)
|
21 |
|