X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/0cced44b0aada5c40bc1bf54ccb5691ea756c677..0cde02549606816a4342d52dbe58d9b9af01e594:/README?ds=sidebyside diff --git a/README b/README index 581afa8..e63b6f1 100644 --- a/README +++ b/README @@ -82,8 +82,9 @@ Examples:: # see "Authentication" section below for tokens and keys t = Twitter( - auth=OAuth(OAUTH_TOKEN, OAUTH_SECRET, - CONSUMER_KEY, CONSUMER_SECRET))) + auth=OAuth(OAUTH_TOKEN, OAUTH_SECRET, + CONSUMER_KEY, CONSUMER_SECRET) + ) # Get the public timeline t.statuses.public_timeline()