Update 'freenas_network_unlock.py'

This commit is contained in:
2019-11-09 21:21:33 -05:00
parent c4a049908f
commit 78f53f5ecf

View File

@@ -2,9 +2,10 @@ import requests # For the api calls
import platform # For getting the operating system name
import subprocess # For executing a shell command
import yaml # For parsing the yaml config file
import config as cfg # configuration file
import config # configuration file
print(cfg)
for host in hosts:
print(host)
exit()