Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ def guarded_fetch_posts(token_state):
|
|
96 |
|
97 |
# Step 6: Bulk upload to Bubble
|
98 |
logging.info("Step 6: Uploading data to Bubble.")
|
99 |
-
bulk_upload_to_bubble(li_posts, "
|
100 |
bulk_upload_to_bubble(li_post_stats, "LI_post_stats")
|
101 |
bulk_upload_to_bubble(li_post_comments, "LI_post_comments")
|
102 |
|
|
|
96 |
|
97 |
# Step 6: Bulk upload to Bubble
|
98 |
logging.info("Step 6: Uploading data to Bubble.")
|
99 |
+
bulk_upload_to_bubble(li_posts, "LI_posts")
|
100 |
bulk_upload_to_bubble(li_post_stats, "LI_post_stats")
|
101 |
bulk_upload_to_bubble(li_post_comments, "LI_post_comments")
|
102 |
|