Update 'freenas_network_unlock.py'

This commit is contained in:
2019-11-12 10:33:43 -05:00
parent 43acea3259
commit 46b8ac520b

View File

@@ -42,7 +42,7 @@ def request(resource, method='GET', data=None):
raise ValueError(r)
#if ping(config.HOSTNAME):
POOLS = request(storage/volume/, GET)
POOLS = request('storage/volume/', 'GET')
print(POOLS)
exit()
#VOLUMES = requests.get(