dj-wasabi / python-openam

http://python-openam.readthedocs.io/en/latest/
Other
11 stars 7 forks source link

Openam __init__.py does not recognize verify argument #16

Open zkhalid123 opened 2 years ago

zkhalid123 commented 2 years ago

I tried initializing the openam object with verify=False. It does not recognize the argument.

import openam openam.Openam(openam_url=Constants.openam_server, resource=1.0, protocol=1.0, timeout=10, cookiename="iplanetDirectoryPro", verify=False) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: __init__() got an unexpected keyword argument 'verify'

jamaalscarlett commented 2 years ago

@zkhalid123 Are you using the latest from the master branch or from pip?