Update 'freenas_network_unlock.py'

This commit is contained in:
2019-11-09 21:25:50 -05:00
parent 377c2cb6c9
commit 9b53443869

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 POOLS:
print(pool)
exit()