Update twython/twython.py
updating default version of api as well. come on playa.
This commit is contained in:
parent
dbf2a461b8
commit
b0f5af37d5
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class TwythonRateLimitError(TwythonError):
|
|||
|
||||
class Twython(object):
|
||||
def __init__(self, app_key=None, app_secret=None, oauth_token=None, oauth_token_secret=None, \
|
||||
headers=None, callback_url=None, twitter_token=None, twitter_secret=None, proxies=None, version='1'):
|
||||
headers=None, callback_url=None, twitter_token=None, twitter_secret=None, proxies=None, version='1.1'):
|
||||
"""Instantiates an instance of Twython. Takes optional parameters for authentication and such (see below).
|
||||
|
||||
:param app_key: (optional) Your applications key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue