From 8f5936135d590d2d5b952071dad2ea9d2b37dff9 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 3 Dec 2024 17:42:37 +0800 Subject: [PATCH] Update index.py --- plugins/xui/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/xui/index.py b/plugins/xui/index.py index 37265275f..b8d0261b7 100755 --- a/plugins/xui/index.py +++ b/plugins/xui/index.py @@ -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():