mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Update aiohttp 2.3.10 / yarl 1.1.0 (#12244)
* Update aiohttp 2.3.10 / yarl 1.1.0 * Update setup.py * Update package_constraints.txt * Update google.py * Update static.py
This commit is contained in:
committed by
Paulus Schoutsen
parent
18d027a10d
commit
e4874fd7c7
@@ -87,7 +87,7 @@ class GoogleProvider(Provider):
|
||||
url_param = {
|
||||
'ie': 'UTF-8',
|
||||
'tl': language,
|
||||
'q': yarl.quote(part),
|
||||
'q': yarl.URL(part).raw_path,
|
||||
'tk': part_token,
|
||||
'total': len(message_parts),
|
||||
'idx': idx,
|
||||
|
||||
Reference in New Issue
Block a user