Update twython/twitter_endpoints.py
Update the base URL to be in https to enable encryption, a requirement for such a popular social network.
This commit is contained in:
parent
5a332a055e
commit
7f0eb9dafd
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
"""
|
||||
|
||||
# Base Twitter API url, no need to repeat this junk...
|
||||
base_url = 'http://api.twitter.com/{{version}}'
|
||||
base_url = 'https://api.twitter.com/{{version}}'
|
||||
|
||||
api_table = {
|
||||
'getRateLimitStatus': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue