Skip to content

Commit

Permalink
Update docs for aiohttp adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtravis committed Feb 6, 2025
1 parent f682dad commit 20d622e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions twitchio/web/aio_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ class AiohttpAdapter(BaseAdapter, web.Application):
An optional :class:`str` passed to use as the EventSub secret. It is recommended you pass this parameter when using
an adapter for EventSub, as it will reset upon restarting otherwise. You can generate token safe secrets with the
:mod:`secrets` module.
ssl_context: SSLContext | None
An optional :class:`ssl.SSLContext` passed to the adapter, configuring SSL encryption for the HTTP routes.
Examples
--------
Expand Down

0 comments on commit 20d622e

Please sign in to comment.