Update index.py

This commit is contained in:
Mr Chen 2024-04-05 01:50:27 +08:00
parent 4351367e32
commit a03d4e7dda
1 changed files with 4 additions and 1 deletions

View File

@ -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():