We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4b4bb commit bc73538Copy full SHA for bc73538
scripts/notion_helper.py
@@ -37,7 +37,7 @@ class NotionHelper:
37
}
38
database_id_dict = {}
39
heatmap_block_id = None
40
-
+ property_dict = {}
41
def __init__(self):
42
self.client = Client(auth=os.getenv("NOTION_TOKEN"), log_level=logging.ERROR)
43
self.__cache = {}
0 commit comments