Spaces:
Running
Running
Update sync_logic.py
Browse files- 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(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:
|
|
|
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:
|