Add1E commited on
Commit
001c2c1
·
verified ·
1 Parent(s): 489b3d9

Update trend_crawl.py

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