We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37920fb commit fbd6a3dCopy full SHA for fbd6a3d
ch06/install.py
@@ -167,7 +167,7 @@ def download_tweets(fetch_list, raw_dir):
167
wait_seconds=response.rate_limit_reset-time.time()
168
print("Rate limiting requests us to wait %f seconds"%
169
wait_seconds)
170
-time.sleep(wait_seconds)
+time.sleep(wait_seconds+5)
171
172
excepttwitter.TwitterErrorase:
173
fatal=True
0 commit comments