fantaxy commited on
Commit
a194516
·
verified ·
1 Parent(s): 0739d99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "your_notion_integration_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