Spaces:
Sleeping
Sleeping
corrected stream names
Browse files
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 |
-
"
|
206 |
"stream": "287b605243",
|
207 |
"notionDB": '402d60c9c1ef4980a3d85c5a4f4a0c97'
|
208 |
},
|
209 |
-
"
|
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 |
}
|