GuglielmoTor commited on
Commit
f806c16
·
verified ·
1 Parent(s): 3cff7a2

Update Bubble_API_Calls.py

Browse files
Files changed (1) hide show
  1. Bubble_API_Calls.py +1 -1
Bubble_API_Calls.py CHANGED
@@ -88,7 +88,7 @@ def fetch_linkedin_token_from_bubble(url_user_token_str: str):
88
  print(status_message) # Log the final status message
89
  return parsed_token_dict
90
 
91
- def fetch_posts(org_urn: str):
92
  bubble_api_key = os.environ.get("Bubble_API")
93
  if not bubble_api_key:
94
  error_msg = "❌ Bubble API Error: The 'Bubble_API' environment variable is not set."
 
88
  print(status_message) # Log the final status message
89
  return parsed_token_dict
90
 
91
+ def fetch_posts_from_bubble(org_urn: str):
92
  bubble_api_key = os.environ.get("Bubble_API")
93
  if not bubble_api_key:
94
  error_msg = "❌ Bubble API Error: The 'Bubble_API' environment variable is not set."