Update 'freenas_network_unlock.py'

This commit is contained in:
2019-11-09 21:25:43 -05:00
parent 6231a01fb8
commit 377c2cb6c9

View File

@@ -4,8 +4,8 @@ import subprocess # For executing a shell command
import yaml # For parsing the yaml config file import yaml # For parsing the yaml config file
import config # configuration file import config # configuration file
for host in hosts: for pool in pools:
print(host) print(pool)
exit() exit()