Skip to content

Commit b194a30

Browse files
author
rincewind
committed
add missing class variable
1 parent b4ed8c5 commit b194a30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

check_vmware_nsxt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def __init__(self, api, username, password, logger=None, verify=True):
9494
self.api = api
9595
self.username = username
9696
self.password = password
97+
self.verify = verify
9798

9899
if logger is None:
99100
logger = logging.getLogger()

0 commit comments

Comments
 (0)