Spaces:
Running
Running
Update linkedin_follower_stats.py
Browse files
linkedin_follower_stats.py
CHANGED
@@ -105,8 +105,6 @@ def get_industries_map(session, industry_urns, version="DEFAULT"):
|
|
105 |
# we'll page through the full list; LinkedIn defaults to 10, so bump count
|
106 |
url = f"{API_V2_BASE}/industryTaxonomyVersions/{version}/industries"
|
107 |
params = {
|
108 |
-
# use the single 'locale' param like the GET_ALL example
|
109 |
-
'locale': '(language:en,country:US)',
|
110 |
'start': 0,
|
111 |
'count': 500 # should exceed total # of industries
|
112 |
}
|
|
|
105 |
# we'll page through the full list; LinkedIn defaults to 10, so bump count
|
106 |
url = f"{API_V2_BASE}/industryTaxonomyVersions/{version}/industries"
|
107 |
params = {
|
|
|
|
|
108 |
'start': 0,
|
109 |
'count': 500 # should exceed total # of industries
|
110 |
}
|