Tiny tweaks for readability that I tested locally

This commit is contained in:
Dylan Herrada 2020-11-19 17:09:17 -05:00 committed by GitHub
parent 7cdacf573c
commit 35133e51a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,7 @@ headers = {"Content-Type": "application/json", "Authorization": f"Bearer {token}
r = requests.request("POST", url, headers=headers, data=payload)
print("\n")
print(r.status_code)
print(r.text)
print("\n")
print(r.json())