ChannelFinder/pyCFClient

Remove ChannelFinder base url with parameter

Closed this issue · 3 comments

There is a hard-coded Channel Finder URL here.

I think this should be a configurable parameter?

@mskinner5278 can you change the url to use the base url parameter

@mskinner5278 I looked at the above changes to address this issue and I think it is incorrect.

I think it should be:

self.__session.mount(self.__baseURL, Ssl3HttpAdapter())

instead of

self.__session.mount(BaseURL, Ssl3HttpAdapter())

Addressed in PR #19