Spaces:
Running
Running
Update apis/Bubble_API_Calls.py
Browse files- apis/Bubble_API_Calls.py +1 -1
apis/Bubble_API_Calls.py
CHANGED
@@ -105,7 +105,7 @@ def fetch_linkedin_posts_data_from_bubble(constraint_value: str, data_type:str,
|
|
105 |
params = {'constraints': json.dumps(constraints)}
|
106 |
headers = {"Authorization": f"Bearer {bubble_api_key}"}
|
107 |
|
108 |
-
status_message = f"Attempting to fetch posts from Bubble for urn: {
|
109 |
print(status_message)
|
110 |
|
111 |
try:
|
|
|
105 |
params = {'constraints': json.dumps(constraints)}
|
106 |
headers = {"Authorization": f"Bearer {bubble_api_key}"}
|
107 |
|
108 |
+
status_message = f"Attempting to fetch posts from Bubble for urn: {constraint_key}..."
|
109 |
print(status_message)
|
110 |
|
111 |
try:
|