serJD commited on
Commit
2adcaea
·
1 Parent(s): 640d6e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", ""))