Woops, fix missing `api_url` ref in error log

go_httpx_no_unrelated_binance_stuff
Tyler Goodlet 2024-05-24 12:24:25 -04:00
parent 430650a6a7
commit 128a2d507f
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ class Client:
if data := json.get('data'):
return data
else:
api_url: str = self._http.base_url
log.error(
f'Error making request to {api_url} ->\n'
f'{pformat(res)}'