GuglielmoTor commited on
Commit
046401a
·
verified ·
1 Parent(s): 8e48c64

Update sync_logic.py

Browse files
Files changed (1) hide show
  1. sync_logic.py +1 -1
sync_logic.py CHANGED
@@ -305,7 +305,7 @@ def sync_linkedin_follower_stats(token_state):
305
  return "Follower Stats: Config error. ", token_state
306
 
307
 
308
- logging.info({bubble_follower_stats_df_orig.columns})
309
  # Ensure the BUBBLE_UNIQUE_ID_COLUMN_NAME exists in the DataFrame if it's not empty,
310
  # as it's crucial for building the maps for updates.
311
  if not bubble_follower_stats_df_orig.empty and BUBBLE_UNIQUE_ID_COLUMN_NAME not in bubble_follower_stats_df_orig.columns:
 
305
  return "Follower Stats: Config error. ", token_state
306
 
307
 
308
+ logging.info(f"{bubble_follower_stats_df_orig.columns()}")
309
  # Ensure the BUBBLE_UNIQUE_ID_COLUMN_NAME exists in the DataFrame if it's not empty,
310
  # as it's crucial for building the maps for updates.
311
  if not bubble_follower_stats_df_orig.empty and BUBBLE_UNIQUE_ID_COLUMN_NAME not in bubble_follower_stats_df_orig.columns: