GuglielmoTor commited on
Commit
4a9a646
·
verified ·
1 Parent(s): 87a87e7

Update app.py

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