From: Zeb Palmer Date: Wed, 16 Jul 2014 04:40:08 +0000 (-0600) Subject: reword rate limit notify msg X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bf58aa3442ccc647b366107f339a492e04efd1a6;p=tweepy.git reword rate limit notify msg --- diff --git a/tweepy/binder.py b/tweepy/binder.py index dcf0856..3e0a626 100644 --- a/tweepy/binder.py +++ b/tweepy/binder.py @@ -140,7 +140,7 @@ def bind_api(**config): sleep_time = self._reset_time - int(time.time()) if sleep_time > 0: if self.wait_on_rate_limit_notify: - print "Max retries reached. Sleeping for: " + str(sleep_time) + print "Rate limit reached. Sleeping for: " + str(sleep_time) time.sleep(sleep_time + 5) # sleep for few extra sec # Apply authentication