From 6baa4fdd1482e7abf2dd28e8357137a80cd23b96 Mon Sep 17 00:00:00 2001 From: Ryan Merl Date: Thu, 10 Jan 2013 03:41:22 -0500 Subject: [PATCH] Updated rate limit status API Endpoint to the v1.1 endpoint --- twython/twitter_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twython/twitter_endpoints.py b/twython/twitter_endpoints.py index ca9a34f..6ba82c3 100644 --- a/twython/twitter_endpoints.py +++ b/twython/twitter_endpoints.py @@ -17,7 +17,7 @@ base_url = 'http://api.twitter.com/{{version}}' api_table = { 'getRateLimitStatus': { - 'url': '/account/rate_limit_status.json', + 'url': '/application/rate_limit_status.json', 'method': 'GET', },