Fix Python3.7 compatibility issue
authorTaylor Jung <iam@nyanye.com>
Sat, 12 May 2018 11:09:30 +0000 (20:09 +0900)
committerGitHub <noreply@github.com>
Sat, 12 May 2018 11:09:30 +0000 (20:09 +0900)
commitdc68896016e02a249a24f2204b571592cbc46de2
tree561ed4172cbc1c302ff80d9e54a5a0f6171a093c
parent29e32cdf4a67b1fca25dbf04d7b8069ac1c9dd0d
Fix Python3.7 compatibility issue

passing "async" argument can make invalid argument error on python 3.7
tweepy/streaming.py