Skip to content

Commit

Permalink
Update ont_stats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CuijieLu committed Oct 1, 2024
1 parent acc0b07 commit 81297bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ont_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def push_to_lims(sample_dict):
# Check the response status and print the output
if response.status_code == 200:
print(f"Request for {sample_id} successful!")
print("Response Data:", response.json())
else:
print(f"Request for {sample_id} failed with status code {response.status_code}")
print("Error details:", response.text)
Expand Down

0 comments on commit 81297bf

Please sign in to comment.