Update index.py

This commit is contained in:
Mr Chen 2024-12-03 17:42:37 +08:00
parent 2954b92963
commit 8f5936135d
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ def getXuiInfo():
data['username'] = info['username']
data['password'] = info['password']
data['port'] = info['webPort']
data['port'] = setting_data['webPort']
return mw.returnJson(True, 'ok', data)
def installPreInspection():