GuglielmoTor commited on
Commit
ad4bde4
·
verified ·
1 Parent(s): dec8c1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -83,6 +83,7 @@ def process_and_store_bubble_token(url_user_token, org_urn, token_state):
83
  # Assuming fetch_posts_from_bubble returns a Pandas DataFrame or None
84
  df_bubble_posts = fetch_posts_from_bubble(current_org_urn)
85
  new_state["bubble_posts_df"] = df_bubble_posts # Store DataFrame in state
 
86
 
87
  if df_bubble_posts is not None and not df_bubble_posts.empty:
88
  logging.info(f"✅ Successfully fetched {len(df_bubble_posts)} posts from Bubble. Sync button will be enabled.")
 
83
  # Assuming fetch_posts_from_bubble returns a Pandas DataFrame or None
84
  df_bubble_posts = fetch_posts_from_bubble(current_org_urn)
85
  new_state["bubble_posts_df"] = df_bubble_posts # Store DataFrame in state
86
+ logging.info(f"df {len(df_bubble_posts)}")
87
 
88
  if df_bubble_posts is not None and not df_bubble_posts.empty:
89
  logging.info(f"✅ Successfully fetched {len(df_bubble_posts)} posts from Bubble. Sync button will be enabled.")