serJD commited on
Commit
4d09ee9
·
verified ·
1 Parent(s): 2268d58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ async def update_table(request: Request):
263
  # Accessing nested data in the 'event' object
264
 
265
  if continueFlag:
266
- tkn = os.environ.get("SPECKLE_TOKEN")
267
  notion = Client(auth=tkn)
268
 
269
  database_pages = fetch_all_database_pages(notion, guiding_db_an)
 
263
  # Accessing nested data in the 'event' object
264
 
265
  if continueFlag:
266
+ tkn = os.environ.get("NOTION_TOKEN")
267
  notion = Client(auth=tkn)
268
 
269
  database_pages = fetch_all_database_pages(notion, guiding_db_an)