Update 'freenas_network_unlock.py'

This commit is contained in:
2019-11-12 10:45:44 -05:00
parent a0832071af
commit 3780dc2d6b

View File

@@ -49,7 +49,7 @@ def request(resource, method='GET', data=None):
#if ping(config.HOSTNAME):
POOLS = request('storage/volume/', 'GET')
logging.debug('POOL Information: {}'.format(POOLS)
logging.debug('POOL Information: {}'.format(POOLS))
#VOLUMES = requests.get(
# 'https://{}/api/v1.0/storage/volume/'.format(config.HOSTNAME),
# auth=('root', '{}'.format(config.ROOT_PASSWORD)),