serJD commited on
Commit
4d4da71
·
1 Parent(s): 6fcd547

corrected stream names

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -202,11 +202,11 @@ def sync_to_notion(token, database_id, branch_data):
202
 
203
  # Predefined dictionaries of streams to update
204
  streams = {
205
- "2B_100": {
206
  "stream": "287b605243",
207
  "notionDB": '402d60c9c1ef4980a3d85c5a4f4a0c97'
208
  },
209
- "2B_U100": {
210
  "stream": "ebcfc50abe",
211
  "notionDB": '00c3a26a119f487fa028c1ed404f22ba'
212
  }
 
202
 
203
  # Predefined dictionaries of streams to update
204
  streams = {
205
+ "2B_100_batch": {
206
  "stream": "287b605243",
207
  "notionDB": '402d60c9c1ef4980a3d85c5a4f4a0c97'
208
  },
209
+ "2B_U100_batch": {
210
  "stream": "ebcfc50abe",
211
  "notionDB": '00c3a26a119f487fa028c1ed404f22ba'
212
  }