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