Update index.py

This commit is contained in:
Mr Chen 2024-04-05 01:55:35 +08:00
parent d4edc449a2
commit de1da98e92
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ def errorLog():
def installVersion():
return mw.readFile(getServerDir() + '/version.pl')
def pluginsDBSupport():
def pluginsDbSupport():
data = {}
data['status'] = status()
if (data['status'] == 'stop'):