diff --git a/freenas_network_unlock.py b/freenas_network_unlock.py index 54ddcb3..c0da908 100644 --- a/freenas_network_unlock.py +++ b/freenas_network_unlock.py @@ -4,8 +4,8 @@ import subprocess # For executing a shell command import yaml # For parsing the yaml config file import config # configuration file -for host in hosts: - print(host) +for pool in pools: + print(pool) exit()