Spaces:
Sleeping
Sleeping
Update sync_logic.py
Browse files- sync_logic.py +2 -2
sync_logic.py
CHANGED
@@ -9,9 +9,9 @@ import html
|
|
9 |
from datetime import timezone # Python's datetime
|
10 |
|
11 |
# Assuming Bubble_API_Calls contains bulk_upload_to_bubble
|
12 |
-
from Bubble_API_Calls import bulk_upload_to_bubble, fetch_linkedin_posts_data_from_bubble, update_record_in_bubble
|
13 |
# Assuming Linkedin_Data_API_Calls contains all necessary LinkedIn data fetching and processing functions
|
14 |
-
from Linkedin_Data_API_Calls import (
|
15 |
fetch_linkedin_posts_core,
|
16 |
fetch_comments,
|
17 |
analyze_sentiment, # For post comments
|
|
|
9 |
from datetime import timezone # Python's datetime
|
10 |
|
11 |
# Assuming Bubble_API_Calls contains bulk_upload_to_bubble
|
12 |
+
from apis.Bubble_API_Calls import bulk_upload_to_bubble, fetch_linkedin_posts_data_from_bubble, update_record_in_bubble
|
13 |
# Assuming Linkedin_Data_API_Calls contains all necessary LinkedIn data fetching and processing functions
|
14 |
+
from apis.Linkedin_Data_API_Calls import (
|
15 |
fetch_linkedin_posts_core,
|
16 |
fetch_comments,
|
17 |
analyze_sentiment, # For post comments
|