Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ def sync_to_notion(token, database_id, branch_data):
|
|
159 |
|
160 |
# If there's no update information, set status to 'empty'
|
161 |
if not branch_update_time:
|
162 |
-
status_tag = "empty"
|
163 |
|
164 |
# Prepare data for updating or creating a page
|
165 |
print (branch.get("url", ""))
|
|
|
159 |
|
160 |
# If there's no update information, set status to 'empty'
|
161 |
if not branch_update_time:
|
162 |
+
status_tag = "empty"
|
163 |
|
164 |
# Prepare data for updating or creating a page
|
165 |
print (branch.get("url", ""))
|