Added oauth_verifier arg #162

Merged
hansenrum merged 3 commits from master into master 2013-04-05 09:43:48 -07:00
Showing only changes of commit 26b3a232d0 - Show all commits

View file

@ -109,7 +109,6 @@ class Twython(object):
self.oauth_token_secret = oauth_token_secret and u'%s' % oauth_token_secret
self.callback_url = callback_url
self.oauth_verifier = oauth_verifier
# If there's headers, set them, otherwise be an embarassing parent for their own good.