From 5051f701e1ffcbc058baa7d8a71b361e2bdf9914 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 21 Mar 2025 15:00:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=8C=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=A4=96=E9=83=A8=E8=AE=BF=E9=97=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/stats_dashboard/dashboard_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/stats_dashboard/dashboard_server.py b/plugins/stats_dashboard/dashboard_server.py index 8ff689e..e0b43d8 100644 --- a/plugins/stats_dashboard/dashboard_server.py +++ b/plugins/stats_dashboard/dashboard_server.py @@ -12,7 +12,7 @@ from db.stats_db import StatsDBOperator class DashboardServer: """统计看板服务器""" - def __init__(self, host: str = "127.0.0.1", port: int = 8080, + def __init__(self, host: str = "0.0.0.0", port: int = 8888, username: str = "admin", password: str = "admin123"): self.host = host self.port = port