Skip to content

Commit

Permalink
refine code
Browse files Browse the repository at this point in the history
  • Loading branch information
malinkang committed Jun 4, 2024
1 parent ba4b4bb commit bc73538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/notion_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class NotionHelper:
}
database_id_dict = {}
heatmap_block_id = None

property_dict = {}
def __init__(self):
self.client = Client(auth=os.getenv("NOTION_TOKEN"), log_level=logging.ERROR)
self.__cache = {}
Expand Down

0 comments on commit bc73538

Please sign in to comment.