Update 'freenas_network_unlock.py'

This commit is contained in:
2019-11-09 20:53:33 -05:00
parent fa7d30af4a
commit 5548ea751b

View File

@@ -7,7 +7,7 @@ with open("config.yml", 'r') as ymlfile:
cfg = yaml.safe_load(ymlfile)
for section in cfg:
print(section)
print(section[pools])
exit()
def ping(host):