Woops, fix missing `api_url` ref in error log
parent
44b8c70521
commit
37ca081555
|
@ -308,6 +308,7 @@ class Client:
|
||||||
if data := json.get('data'):
|
if data := json.get('data'):
|
||||||
return data
|
return data
|
||||||
else:
|
else:
|
||||||
|
api_url: str = self._http.base_url
|
||||||
log.error(
|
log.error(
|
||||||
f'Error making request to {api_url} ->\n'
|
f'Error making request to {api_url} ->\n'
|
||||||
f'{pformat(res)}'
|
f'{pformat(res)}'
|
||||||
|
|
Loading…
Reference in New Issue