Skip to content
Snippets Groups Projects
Commit cad65a02 authored by Max Lou's avatar Max Lou
Browse files

Print response instead of fail

parent b3989fa1
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ def transform_statement(statement, overwrite_ts):
def send_x_api_statement(url, statement):
request = requests.post(url, json=statement)
request.raise_for_status()
print(request.content)
def import_json(args):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment