Skip to content

Instantly share code, notes, and snippets.

@abhirama
Created March 31, 2020 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhirama/28103fd63717b429758db820afe6c1fd to your computer and use it in GitHub Desktop.
Save abhirama/28103fd63717b429758db820afe6c1fd to your computer and use it in GitHub Desktop.
import requests
import logging
logging.basicConfig(level=logging.DEBUG)
for _ in range(5):
r = requests.get('https://api.github.com')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment