Update index.py
This commit is contained in:
parent
2954b92963
commit
8f5936135d
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue