Update 'freenas_network_unlock.py'
This commit is contained in:
@@ -2,9 +2,9 @@ import requests # For the api calls
|
|||||||
import platform # For getting the operating system name
|
import platform # For getting the operating system name
|
||||||
import subprocess # For executing a shell command
|
import subprocess # For executing a shell command
|
||||||
import yaml # For parsing the yaml config file
|
import yaml # For parsing the yaml config file
|
||||||
import config # configuration file
|
import config as cfg # configuration file
|
||||||
|
|
||||||
print(config)
|
print(cfg)
|
||||||
|
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user