Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ def sync_to_notion(token, database_id, branch_data):
|
|
| 122 |
}
|
| 123 |
|
| 124 |
# Process each branch and update or create Notion rows
|
| 125 |
-
|
| 126 |
print("branchData", branch_data)
|
| 127 |
for branch in branch_data:
|
| 128 |
# Find the corresponding page in Notion
|
|
|
|
| 122 |
}
|
| 123 |
|
| 124 |
# Process each branch and update or create Notion rows
|
| 125 |
+
|
| 126 |
print("branchData", branch_data)
|
| 127 |
for branch in branch_data:
|
| 128 |
# Find the corresponding page in Notion
|