]> jfr.im git - z_archive/twitter.git/commitdiff
bugfix
authorMike Verdone <redacted>
Wed, 15 Jul 2009 00:32:47 +0000 (18:32 -0600)
committerMike Verdone <redacted>
Wed, 15 Jul 2009 00:32:47 +0000 (18:32 -0600)
twitter/api.py

index fdb8838d4820b75b4144d01bd3d028e9d5d1ef7d..e2b013b8f8b155f004b93b93dc79a9ceff7ba774 100644 (file)
@@ -173,6 +173,7 @@ class Twitter(TwitterCall):
         if (format not in ("json", "xml")):
             raise TwitterError("Unknown data format '%s'" %(format))
         TwitterCall.__init__(
-            self, email, password, format, domain, "", agent, secure)
+            self, email, password, format, domain, "", agent, 
+            secure=secure)
 
 __all__ = ["Twitter", "TwitterError"]