Skip to content

Commit

Permalink
adding trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
vertefra committed Sep 30, 2024
1 parent 2671bf0 commit 923d6bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qcog_python_client/qcog/_httpclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ async def _request_retry(
is_data = isinstance(data, aiohttp.FormData)
is_json = isinstance(data, dict)

uri += "/"

logger.debug(f"Requesting {uri} with {method} method")
logger.debug(f"is_data: {is_data}")
logger.debug(f"is_json: {is_json}")
Expand Down

0 comments on commit 923d6bc

Please sign in to comment.