X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/8937341c021de1fa1652da6106050a16e1c43e71..0cde02549606816a4342d52dbe58d9b9af01e594:/README 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()