Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -176,7 +176,7 @@ def notionTable2JSON(databaseFUll_pages, kpi_database_pages):
|
|
176 |
|
177 |
"dataSet": "NA",
|
178 |
"dataSource": "NA",
|
179 |
-
"isWeight": get_property_value(page, "isWeight")
|
180 |
|
181 |
"KPI": [],
|
182 |
"visualisation": []
|
|
|
176 |
|
177 |
"dataSet": "NA",
|
178 |
"dataSource": "NA",
|
179 |
+
"isWeight": get_property_value(page, "isWeight"),
|
180 |
|
181 |
"KPI": [],
|
182 |
"visualisation": []
|