Add1E commited on
Commit
e0c925d
·
verified ·
1 Parent(s): fbb7118

Update trend_crawl.py

Browse files
Files changed (1) hide show
  1. trend_crawl.py +0 -1
trend_crawl.py CHANGED
@@ -72,6 +72,5 @@ def get_trends(countries: list):
72
 
73
  process_trends_for_country(country, trends)
74
  all_categories = trends_json[country]["All categories"]
75
- trends_json[country]["All categories"] = sorted_all_categories
76
  return trends_json
77
 
 
72
 
73
  process_trends_for_country(country, trends)
74
  all_categories = trends_json[country]["All categories"]
 
75
  return trends_json
76