Skip to content

Commit

Permalink
Update McMClient.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hassan11196 committed Aug 11, 2023
1 parent 414c19e commit bc733d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/Services/McM/McMClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def _setConnection(self) -> None:
self.connection.setopt(pycurl.SSL_VERIFYHOST, 2)
self.connection.setopt(pycurl.CAPATH, "/etc/pki/tls/certs")
self.connection.setopt(pycurl.WRITEFUNCTION, self.response.write)
self.connection.setopt(pycurl.FOLLOWLOCATION, 1)

def _getResponse(self) -> dict:
"""
Expand Down

0 comments on commit bc733d3

Please sign in to comment.