mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Adapt to new yarl API (#10527)
This commit is contained in:
parent
5e92fa3404
commit
44506ce15f
@ -87,7 +87,7 @@ class GoogleProvider(Provider):
|
|||||||
url_param = {
|
url_param = {
|
||||||
'ie': 'UTF-8',
|
'ie': 'UTF-8',
|
||||||
'tl': language,
|
'tl': language,
|
||||||
'q': yarl.quote(part, strict=False),
|
'q': yarl.quote(part),
|
||||||
'tk': part_token,
|
'tk': part_token,
|
||||||
'total': len(message_parts),
|
'total': len(message_parts),
|
||||||
'idx': idx,
|
'idx': idx,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user