Skip to content

Commit

Permalink
docs: add missing ssl_context docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Oct 3, 2024
1 parent a9260d9 commit e726c55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions horde_sdk/generic_api/generic_clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ def __init__(
Defaults to GenericQueryFields.
accept_types (type[GenericAcceptTypes], optional): Pass this to define the API's accept types.
Defaults to GenericAcceptTypes.
ssl_context (SSLContext, optional): The SSL context to use for aiohttp requests.
Defaults to using `certifi`.
kwargs: Any additional keyword arguments are ignored.
Raises:
Expand Down

0 comments on commit e726c55

Please sign in to comment.