GuglielmoTor commited on
Commit
a6be678
·
verified ·
1 Parent(s): d064dd1

Update linkedin_follower_stats.py

Browse files
Files changed (1) hide show
  1. linkedin_follower_stats.py +1 -1
linkedin_follower_stats.py CHANGED
@@ -207,7 +207,7 @@ def fetch_monthly_follower_gains(session, org_urn, api_rest_base):
207
  start_date1 = int(twelve_months_ago.timestamp() * 1000)
208
 
209
  # Build the URL with time interval parameters
210
- orgs_url = (
211
  "https://api.linkedin.com/rest/organizationalEntityFollowerStatistics"
212
  f"?q=organizationalEntity"
213
  f"&organizationalEntity={org_urn}"
 
207
  start_date1 = int(twelve_months_ago.timestamp() * 1000)
208
 
209
  # Build the URL with time interval parameters
210
+ url = (
211
  "https://api.linkedin.com/rest/organizationalEntityFollowerStatistics"
212
  f"?q=organizationalEntity"
213
  f"&organizationalEntity={org_urn}"