Spaces:
Running
Running
Update apis/Bubble_API_Calls.py
Browse files- apis/Bubble_API_Calls.py +3 -0
apis/Bubble_API_Calls.py
CHANGED
@@ -142,6 +142,9 @@ def fetch_linkedin_posts_data_from_bubble(
|
|
142 |
}
|
143 |
|
144 |
try:
|
|
|
|
|
|
|
145 |
# --- Make the API Request ---
|
146 |
response = requests.get(base_url, params=params, headers=headers, timeout=30)
|
147 |
response.raise_for_status() # Raises an HTTPError for bad responses (4xx or 5xx)
|
|
|
142 |
}
|
143 |
|
144 |
try:
|
145 |
+
|
146 |
+
print(f"DEBUG: Requesting URL: {base_url}")
|
147 |
+
print(f"DEBUG: Request PARAMS: {params}")
|
148 |
# --- Make the API Request ---
|
149 |
response = requests.get(base_url, params=params, headers=headers, timeout=30)
|
150 |
response.raise_for_status() # Raises an HTTPError for bad responses (4xx or 5xx)
|