Skip to content

Commit

Permalink
Merge 5c4525b into 51da685
Browse files Browse the repository at this point in the history
  • Loading branch information
papamoose committed Dec 11, 2017
2 parents 51da685 + 5c4525b commit 85b9642
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proxmoxer/backends/https.py
Expand Up @@ -90,6 +90,9 @@ def request(self, method, url, params=None, data=None, headers=None, cookies=Non
timeout=None, allow_redirects=True, proxies=None, hooks=None, stream=None, verify=None, cert=None,
serializer=None):

# At this point 'verify'=None, so set it to what we want.
verify = self.verify

#filter out streams
files = files or {}
data = data or {}
Expand Down

0 comments on commit 85b9642

Please sign in to comment.