Joshua1808 commited on
Commit
bc014c5
·
1 Parent(s): 0771e8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def run():
107
 
108
  if (error == False):
109
  if (termino):
110
- new_search = search_words + " -filter:retweets"
111
  tweets =tw.Cursor(api.search_tweets,q=new_search,lang="es",since=date_since).items(number_of_tweets)
112
  elif (usuario):
113
  tweets = api.user_timeline(screen_name = search_words,count=number_of_tweets)
 
107
 
108
  if (error == False):
109
  if (termino):
110
+ new_search = search_words
111
  tweets =tw.Cursor(api.search_tweets,q=new_search,lang="es",since=date_since).items(number_of_tweets)
112
  elif (usuario):
113
  tweets = api.user_timeline(screen_name = search_words,count=number_of_tweets)