Skip to content

Commit

Permalink
document the working fix for OSError
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpBit committed Mar 10, 2019
1 parent 61a8308 commit e43fa37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions brawlstats/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ class Client:
The ``event loop`` to use for asynchronous operations. Defaults to ``None``,
in which case the default event loop is used via ``asyncio.get_event_loop()``.
If you are passing in an aiohttp session, using this will not work. You must set it when initializing the session.
connector: Optional[aiohttp.TCPConnector]
Pass in a TCPConnector for the client. Defaults to ``None``,
If you are passing in an aiohttp session, using this will not work. You must set it when initializing the session.
debug: Optional[bool] = False
Whether or not to give you more info to debug easily.
base_url: Optional[str] = None
Expand Down

0 comments on commit e43fa37

Please sign in to comment.