serJD commited on
Commit
74a5e38
·
1 Parent(s): af7b2ff

Update app.py

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