Skip to content

Instantly share code, notes, and snippets.

@MatrixManAtYrService
Last active February 21, 2024 03:34
Show Gist options
  • Save MatrixManAtYrService/43f794fbf3a2c7492aaff2c815487871 to your computer and use it in GitHub Desktop.
Save MatrixManAtYrService/43f794fbf3a2c7492aaff2c815487871 to your computer and use it in GitHub Desktop.
from time import sleep
def main() -> None:
foo(
json={"code": 200, "response": data.dict(), # <-- missing '}'
headers={"Content-Type": "application/json"}
)
sleep(1) #<-- green
sleep(1)
sleep(1) #<-- white
sleep(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment