GuglielmoTor commited on
Commit
ef45475
·
verified ·
1 Parent(s): f794de5

Update apis/Bubble_API_Calls.py

Browse files
Files changed (1) hide show
  1. 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: {org_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: