mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-04 08:23:15 -04:00
updates to modules
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
print("Initializing zvma10 package...")
|
||||
|
||||
#from .zvma import zvm
|
||||
from .vcenter import vcsite
|
||||
from .zvma import zvmsite
|
||||
from .vcenter import vcsite
|
||||
Binary file not shown.
Binary file not shown.
@@ -189,7 +189,6 @@ class vcsite:
|
||||
|
||||
return None
|
||||
|
||||
|
||||
def disconnect(self):
|
||||
if self.__conn__ == None:
|
||||
self.log.debug(f"vCenter disconnect requested, but not currently connected.")
|
||||
|
||||
Reference in New Issue
Block a user