Skip to content

Commit

Permalink
Use new get_categories method in list_categories
Browse files Browse the repository at this point in the history
  • Loading branch information
whoisxmlapi committed Nov 29, 2023
1 parent 62438bc commit 5cd2d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/websitecategorization/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def list_categories(self, order: str or None = None, output_format: str or None
_output_format = Client._validate_output_format(output_format) \
if output_format is not None else None

return self._api_requester.get(
return self._api_requester.get_categories(
self._build_categories_list_payload(
_order,
_output_format
Expand Down

0 comments on commit 5cd2d75

Please sign in to comment.