Update 'freenas_network_unlock.py'

This commit is contained in:
2019-11-09 21:06:58 -05:00
parent d487ca5acf
commit 3c9f4c5fde

View File

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