Sandata templates for the sign up form. Removed a few test scripts I don't need anymore. Created an Acatble dir.
This commit is contained in:
@ -173,7 +173,7 @@ def props():
|
||||
print(f"{person_id}'s status code is {prop_response.status_code}'")
|
||||
if prop_response.status_code != 200:
|
||||
print(
|
||||
f"There is a non-200 status code. The code was {prop_response.status_code}. Here's the text:"
|
||||
f"There is a non-200 status code. The code was {prop_response.status_code}. Here's the text:"
|
||||
)
|
||||
print(f"{response.text}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user