Skip to content

Commit

Permalink
adds os import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Gen authored and Lucas Gen committed Jul 4, 2022
1 parent 2284fd8 commit 0c021f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions query_notion_database.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import requests
import json
import os

database_ID = os.environ.get("database_ID")
secret_Key = os.environ.get("secret_Key")
Expand Down

0 comments on commit 0c021f8

Please sign in to comment.