Add1E commited on
Commit
5d57621
·
verified ·
1 Parent(s): 8b84f77

Update trend_crawl.py

Browse files
Files changed (1) hide show
  1. 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(all_categories)
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