X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/ea5231b2fe0f40d87c9c7991b949c39c7cddd7e3..8df7be82b941c4b1c83bbfe9ed06a4026f3c08e2:/twitter/oauth_dance.py diff --git a/twitter/oauth_dance.py b/twitter/oauth_dance.py index d6e93e3..a013c42 100644 --- a/twitter/oauth_dance.py +++ b/twitter/oauth_dance.py @@ -27,7 +27,7 @@ def oauth_dance(app_name, consumer_key, consumer_secret, token_filename=None): If a token_filename is given, the oauth tokens will be written to the file. """ - print(("Hi there! We're gonna get you all set up to use %s." % app_name)) + print("Hi there! We're gonna get you all set up to use %s." % app_name) twitter = Twitter( auth=OAuth('', '', consumer_key, consumer_secret), format='', api_version=None)