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