diff --git a/nvchecker/httpclient/httpx_httpclient.py b/nvchecker/httpclient/httpx_httpclient.py index 3a17fb3..7609a9a 100644 --- a/nvchecker/httpclient/httpx_httpclient.py +++ b/nvchecker/httpclient/httpx_httpclient.py @@ -49,7 +49,7 @@ class HttpxSession(BaseSession): r = await client.request( method, url, json = json, content = body, headers = headers, - allow_redirects = follow_redirects, + follow_redirects = follow_redirects, params = params, ) err_cls: Optional[type] = None