Spaces:
Running
Running
Update trend_crawl.py
Browse files- trend_crawl.py +0 -1
trend_crawl.py
CHANGED
@@ -70,7 +70,6 @@ def convert_to_datetime( raw_time):
|
|
70 |
|
71 |
def get_trends(countries: list):
|
72 |
tr = Trends()
|
73 |
-
trends_json = {}
|
74 |
for country in countries:
|
75 |
trends = tr.trending_now(geo=country)
|
76 |
|
|
|
70 |
|
71 |
def get_trends(countries: list):
|
72 |
tr = Trends()
|
|
|
73 |
for country in countries:
|
74 |
trends = tr.trending_now(geo=country)
|
75 |
|