We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c736c47 commit 6c22249Copy full SHA for 6c22249
1 file changed
twitter/api.py
@@ -5051,7 +5051,7 @@ def _RequestUrl(self, url, verb, data=None, json=None, enforce_auth=True):
5051
5052
if limit.remaining == 0:
5053
try:
5054
- time.sleep(max(int(limit.reset - time.time()) + 2, 0))
+ time.sleep(max(int(limit.reset - time.time()) + 10, 0))
5055
except ValueError:
5056
pass
5057
0 commit comments