Skip to content

Instantly share code, notes, and snippets.

@dgtlctzn
Last active December 3, 2021 17:06
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 dgtlctzn/9d00ee85b3871f3c1249d3fde52f822a to your computer and use it in GitHub Desktop.
Save dgtlctzn/9d00ee85b3871f3c1249d3fde52f822a to your computer and use it in GitHub Desktop.
Status Codes
...
async with session.get(url) as response:
if response.status == 503:
# do some work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment