Update 'freenas_network_unlock.py'

This commit is contained in:
2019-11-09 21:29:15 -05:00
parent cc9e2cb11a
commit 23325b61d3

View File

@@ -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()