I'm learning about data scraping in python using tweepy and I ran on a syntax error with my code. I think I'm missing something, but it looks fine to me? Any help is appreciated. Thank you
twitterStream = Stream(auth, MyStreamListener('COVID', 'COVID-19', 'COVID19', 'NCR', 'Manila', 'Metro Manila', 'Coronavirus', 'Cases'))
twitterStream.filter(track=['COVID', 'COVID-19', 'COVID19', 'NCR', 'Manila', 'Metro Manila', 'Coronavirus', 'Cases'], async=True)
The last line of the code is where I'm getting the error.
Here's a link to view the whole code: https://paste.ofcode.org/?edit=bvg8wTJsTymfJhLgaytktD