Skip to content

Commit

Permalink
Merge branch 'develop' into feature/bugfix_SMAP_RSS_L2_SSS_V6
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 authored Dec 19, 2024
2 parents 5c95185 + b71931d commit 393244e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions deployment/harmony_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ def bearer_token() -> str:
}

response = requests.put(url, headers=headers, json=data)
response.raise_for_status()

print(response.status_code)
try:
print(response.json())
except json.JSONDecodeError:
print("Response content is not in JSON format")
print(f"Response JSON: {response.json()}")

0 comments on commit 393244e

Please sign in to comment.