Adapt to new yarl API (#10527)
parent
5e92fa3404
commit
44506ce15f
|
@ -87,7 +87,7 @@ class GoogleProvider(Provider):
|
|||
url_param = {
|
||||
'ie': 'UTF-8',
|
||||
'tl': language,
|
||||
'q': yarl.quote(part, strict=False),
|
||||
'q': yarl.quote(part),
|
||||
'tk': part_token,
|
||||
'total': len(message_parts),
|
||||
'idx': idx,
|
||||
|
|
Loading…
Reference in New Issue