Add1E commited on
Commit
489b3d9
·
verified ·
1 Parent(s): f16f664

Update trend_crawl.py

Browse files
Files changed (1) hide show
  1. trend_crawl.py +1 -1
trend_crawl.py CHANGED
@@ -26,7 +26,7 @@ TREND_TOPICS = {
26
 
27
  trends_json = {}
28
 
29
- def process_trends_for_country(country_code, trends_list, trends_json):
30
  if country_code not in trends_json:
31
  trends_json[country_code] = {"All categories" : {}}
32
  for trend in trends_list:
 
26
 
27
  trends_json = {}
28
 
29
+ def process_trends_for_country(country_code, trends_list):
30
  if country_code not in trends_json:
31
  trends_json[country_code] = {"All categories" : {}}
32
  for trend in trends_list: