GuglielmoTor commited on
Commit
7cb2559
·
verified ·
1 Parent(s): b0d28b8

Update linkedin_follower_stats.py

Browse files
Files changed (1) hide show
  1. linkedin_follower_stats.py +0 -2
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
  }