Skip to content

Commit

Permalink
Fix seal_status call
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Hogan committed Dec 18, 2018
1 parent 2b0b506 commit c2bde42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hvac/v1/__init__.py
Expand Up @@ -179,7 +179,7 @@ def seal_status(self):
:return: The JSON response of the request.
:rtype: dict
"""
return self.read_seal_status()
return self.sys.read_seal_status()

def read(self, path, wrap_ttl=None):
"""GET /<path>
Expand Down

0 comments on commit c2bde42

Please sign in to comment.