We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
correct_tags
True
1 parent dfa5f7a commit 55e6fc6Copy full SHA for 55e6fc6
coc/client.py
@@ -88,7 +88,7 @@ class Client:
88
correct_tags : :class:`bool`
89
Whether the client should correct tags before requesting them from the API.
90
This process involves stripping tags of whitespace and adding a `#` prefix if not present.
91
- Defaults to ``False``.
+ Defaults to ``True``.
92
93
connector : :class:`aiohttp.BaseConnector`
94
The aiohttp connector to use. By default this is ``None``.
@@ -131,7 +131,7 @@ def __init__(
131
key_scopes: str = "clash",
132
throttle_limit: int = 10,
133
loop: asyncio.AbstractEventLoop = None,
134
- correct_tags: bool = False,
+ correct_tags: bool = True,
135
throttler=BasicThrottler,
136
connector=None,
137
timeout: float = 30.0,
0 commit comments