Update 'freenas_network_unlock.py'

This commit is contained in:
2019-11-09 21:20:17 -05:00
parent cdbacd0991
commit c4a049908f

View File

@@ -2,9 +2,9 @@ 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 # configuration file
import config as cfg # configuration file
print(config)
print(cfg)
exit()