Skip to content

Commit

Permalink
fix basic auth
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jul 7, 2014
1 parent ee74c44 commit 1b15ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def request(method, url, *,
req = request_class(
method, url, params=params, headers=headers, data=data,
cookies=cookies, files=files, encoding=encoding,
version=version, compress=compress, chunked=chunked,
auth=auth, version=version, compress=compress, chunked=chunked,
loop=loop, expect100=expect100, response_class=response_class)

try:
Expand Down

0 comments on commit 1b15ffa

Please sign in to comment.