Updated search terms

This commit is contained in:
Sebastian 2017-08-22 00:13:46 +02:00
parent d95260d97e
commit f0327e327a
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ if __name__ == '__main__':
while True:
stream = tweepy.Stream(auth = api.auth, listener=RetweetingStreamListener(api))
stream.filter(track=['#zaunei2016', '@zaunei2016'])
stream.filter(track=['#zaunei2017', '@zaunei2017'])
print("[Error] Something went wrong reconnecting")
sleep(10.0)