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:
Binary file not shown.
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user