Skip to content

Instantly share code, notes, and snippets.

@camdenmoors
Created June 24, 2020 14:09
Show Gist options
  • Save camdenmoors/1065ab02b3305beb8b8c2afa6e19fc96 to your computer and use it in GitHub Desktop.
Save camdenmoors/1065ab02b3305beb8b8c2afa6e19fc96 to your computer and use it in GitHub Desktop.
import requests
for x in range(0, 100):
print(requests.get('http://127.0.0.1:3000/teams/2/summary').status_code)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment