diff --git a/freenas_network_unlock.py b/freenas_network_unlock.py index 7fc61ef..3878fe7 100644 --- a/freenas_network_unlock.py +++ b/freenas_network_unlock.py @@ -4,7 +4,7 @@ import subprocess # For executing a shell command import yaml # For parsing the yaml config file import config # configuration file -for pool in POOLS: +for pool in config.POOLS: print(pool) exit()