I'm confused. I thought I was creating eveything correct. The Start migration runs with no error... but nothign in the UI.

This commit is contained in:
Norm Rasmussen
2024-09-04 20:40:32 -04:00
parent 299c725c31
commit 3643bcba35
4 changed files with 62 additions and 2 deletions

View File

@ -39,7 +39,7 @@ def post(url, payload):
return json_post
except JSONDecodeError as e:
print(f"Error occurred. Here's the info: {e}.")
print(f"PostResponse: {post_response.text}")
print(f"PostResponse: {post_response}")
return post_response
finally:
# PP.pprint(json_get)