Skip to content

Commit

Permalink
CTX-6577: Fix of accidentally changed code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Tintor committed Aug 27, 2024
1 parent 1a564ab commit 7c3d1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coretex/networking/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def logRequestFailure(endpoint: str, response: NetworkResponse) -> None:
else:
logger.debug(f"\tResponse: {responseJson}")
except (ValueError, TypeError):
logging.getLogger("coretexpylib").debug(f"\tResponse: {response.getContent()!r}")
logger.debug(f"\tResponse: {response.getContent()!r}")


def baseUrl(url: str) -> str:
Expand Down

0 comments on commit 7c3d1f7

Please sign in to comment.