]> jfr.im git - z_archive/twitter.git/commitdiff
complete typo fix from #261 by @tpltnt
authorRouxRC <redacted>
Wed, 24 Dec 2014 04:37:32 +0000 (05:37 +0100)
committerRouxRC <redacted>
Wed, 24 Dec 2014 04:37:32 +0000 (05:37 +0100)
twitter/api.py

index 8f5f5f9da6e03e79a2c596d9ceb1b67856cb0426..dbeab2022f0e6c002d8716feb0d5d731554327a5 100644 (file)
@@ -377,7 +377,7 @@ class Twitter(TwitterCall):
         from twitter import *
 
         t = Twitter(
-            auth=OAuth(token, token_key, con_secret, con_secret_key)))
+            auth=OAuth(token, token_key, con_secret, con_secret_key))
 
         # Get your "home" timeline
         t.statuses.home_timeline()