- fixed merge issue ( how did i miss that?!?)
- added name to contributors
This commit is contained in:
parent
793525535c
commit
2b2bb40913
2 changed files with 24 additions and 27 deletions
|
|
@ -195,3 +195,4 @@ me and let me know (or just issue a pull request on GitHub, and leave a note abo
|
|||
- **[terrycojones](https://github.com/terrycojones)**, Error cleanup and Exception processing in 2.3.0.
|
||||
- **[Leandro Ferreira](https://github.com/leandroferreira)**, Fix for double-encoding of search queries in 2.3.0.
|
||||
- **[Chris Brown](https://github.com/chbrown)**, Updated to use v1.1 endpoints over v1
|
||||
- **[Jonathan Vanasco](https://github.com/jvanasco)**, Debugging support, error_code tracking, Twitter error API tracking, other fixes
|
||||
|
|
|
|||
|
|
@ -82,11 +82,7 @@ class TwythonRateLimitError(TwythonError):
|
|||
|
||||
class Twython(object):
|
||||
def __init__(self, app_key=None, app_secret=None, oauth_token=None, oauth_token_secret=None, \
|
||||
<<<<<<< HEAD
|
||||
headers=None, callback_url=None, twitter_token=None, twitter_secret=None, proxies=None, version='1' , ssl_verify=True ):
|
||||
=======
|
||||
headers=None, callback_url=None, twitter_token=None, twitter_secret=None, proxies=None, version='1.1'):
|
||||
>>>>>>> d6f3d731a2a89a0add5b01b918cf61cf93f97d62
|
||||
headers=None, callback_url=None, twitter_token=None, twitter_secret=None, proxies=None, version='1.1' , ssl_verify=True ):
|
||||
"""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