Update index.py
This commit is contained in:
parent
4351367e32
commit
a03d4e7dda
|
|
@ -452,8 +452,11 @@ def installVersion():
|
|||
def pluginsDBSupport():
|
||||
data = {}
|
||||
data['status'] = status()
|
||||
data['cfg'] = getCfg()
|
||||
|
||||
if (data['status'] == 'stop'):
|
||||
return mw.returnJson(True, 'ok', data)
|
||||
|
||||
data['cfg'] = getCfg()
|
||||
port = getPort()
|
||||
ip = '127.0.0.1'
|
||||
if not mw.isAppleSystem():
|
||||
|
|
|
|||
Loading…
Reference in New Issue