supper local json database for mu

This commit is contained in:
BreakWa11 2016-06-14 22:21:23 +08:00
parent 8dac9faa28
commit 9e288c9ac0
5 changed files with 87 additions and 34 deletions

View file

@ -1,7 +1,6 @@
from configloader import load_config, get_config
def getKeys():
load_config()
key_list = ['port', 'u', 'd', 'transfer_enable', 'passwd', 'enable' ]
if get_config().API_INTERFACE == 'sspanelv3':
key_list += ['method']