Adapt to new yarl API (#10527)

pull/10532/head
Lukas Barth 2017-11-11 17:36:37 +01:00 committed by Paulus Schoutsen
parent 5e92fa3404
commit 44506ce15f
1 changed files with 1 additions and 1 deletions

View File

@ -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,