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:
Norm Rasmussen
2024-04-12 22:59:45 -04:00
parent 958f1ec991
commit 82fd5a2db8
25 changed files with 805 additions and 61 deletions

View File

@ -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}")