]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/oauth_dance.py
I can't type.
[z_archive/twitter.git] / twitter / oauth_dance.py
index d6e93e36617b7fcff9c5baf26806bc74f6926016..a013c422f66992642fbb2fdcac52d58a31160fd8 100644 (file)
@@ -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)