Spaces:
Running
Running
Update sync_logic.py
Browse files- sync_logic.py +1 -1
sync_logic.py
CHANGED
@@ -23,7 +23,7 @@ from apis.Linkedin_Data_API_Calls import (
|
|
23 |
prepare_mentions_for_bubble # Prepares user-specified format for Bubble
|
24 |
)
|
25 |
# Assuming linkedin_follower_stats.py contains get_linkedin_follower_stats
|
26 |
-
from linkedin_follower_stats import get_linkedin_follower_stats
|
27 |
|
28 |
# Assuming config.py contains all necessary constants
|
29 |
from config import (
|
|
|
23 |
prepare_mentions_for_bubble # Prepares user-specified format for Bubble
|
24 |
)
|
25 |
# Assuming linkedin_follower_stats.py contains get_linkedin_follower_stats
|
26 |
+
from apis.linkedin_follower_stats import get_linkedin_follower_stats
|
27 |
|
28 |
# Assuming config.py contains all necessary constants
|
29 |
from config import (
|