Woops, fix missing `api_url` ref in error log
parent
44b8c70521
commit
37ca081555
|
@ -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)}'
|
||||
|
|
Loading…
Reference in New Issue