confluence = Confluence(url=config['CONNECT'].get('CONFserver'), username=config['CONNECT'].get('username'), password=self.decryptPass(), proxies=proxies)
TypeError: init() got an unexpected keyword argument 'proxies'
This argument works in the jira class.