Skip to content

Commit bc73538

Browse files
committed
refine code
1 parent ba4b4bb commit bc73538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/notion_helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class NotionHelper:
3737
}
3838
database_id_dict = {}
3939
heatmap_block_id = None
40-
40+
property_dict = {}
4141
def __init__(self):
4242
self.client = Client(auth=os.getenv("NOTION_TOKEN"), log_level=logging.ERROR)
4343
self.__cache = {}

0 commit comments

Comments
 (0)