Skip to content

Commit

Permalink
Merge pull request #97 from t-8ch/master
Browse files Browse the repository at this point in the history
don't document the unused `session` parameter
  • Loading branch information
Lukasa authored Sep 19, 2017
2 parents 06e87a2 + 7bb663a commit f71fee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ NTLM challenge-response.
from requests_ntlm import HttpNtlmAuth
session = requests.Session()
session.auth = HttpNtlmAuth('domain\\username','password', session)
session.auth = HttpNtlmAuth('domain\\username','password')
session.get('http://ntlm_protected_site.com')
Installation
Expand Down

0 comments on commit f71fee6

Please sign in to comment.