Spaces:
Running
Running
Update linkedin_follower_stats.py
Browse files
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 |
-
|
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}"
|