Last active
February 21, 2024 03:34
-
-
Save MatrixManAtYrService/43f794fbf3a2c7492aaff2c815487871 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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