Skip to content

Commit

Permalink
Update gcapi/check_version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn authored Nov 19, 2024
1 parent 642707a commit e7d9c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcapi/check_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def check_version(base_url):
current_version = get_version(package_name)

with httpx.Client() as client:
response = client.get(f"{base_url}/gcapi/").json()
response = client.get(f"{base_url}/gcapi/")

api_data = response.json()

Expand Down

0 comments on commit e7d9c61

Please sign in to comment.