Spaces:
Running
Running
Update trend_crawl.py
Browse files- trend_crawl.py +1 -1
trend_crawl.py
CHANGED
@@ -83,7 +83,7 @@ def get_trends(countries: list):
|
|
83 |
|
84 |
process_trends_for_country(country, trends, tr)
|
85 |
all_categories = trends_json[country]["All categories"]
|
86 |
-
print(
|
87 |
return trends_json
|
88 |
|
89 |
|
|
|
83 |
|
84 |
process_trends_for_country(country, trends, tr)
|
85 |
all_categories = trends_json[country]["All categories"]
|
86 |
+
print(trends)
|
87 |
return trends_json
|
88 |
|
89 |
|