siddhartharya commited on
Commit
afb9ec0
1 Parent(s): b1fe407

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -115,6 +115,7 @@ class AutonomousEmailAgent:
115
 
116
  # Fetch LinkedIn data via Proxycurl
117
  def fetch_linkedin_data(self):
 
118
  if not self.linkedin_url:
119
  print("Action: No LinkedIn URL provided, using default bio.")
120
  self.bio = "A professional with diverse experience."
 
115
 
116
  # Fetch LinkedIn data via Proxycurl
117
  def fetch_linkedin_data(self):
118
+ proxycurl_api_key = os.getenv("PROXYCURL_API_KEY") # Fetch API key from environment
119
  if not self.linkedin_url:
120
  print("Action: No LinkedIn URL provided, using default bio.")
121
  self.bio = "A professional with diverse experience."