Update 'freenas_network_unlock.py'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
import requests, platform, subprocess, config, logging, json
|
||||
import requests, platform, subprocess, config, logging, simplejson as json
|
||||
|
||||
# You must initialize logging, otherwise you'll not see debug output.
|
||||
logging.basicConfig(level=logging.INFO,format='%(asctime)s - [%(levelname)s] %(message)s', datefmt='%Y-%m-%d %H:%M:%S')
|
||||
|
||||
Reference in New Issue
Block a user