From 82a127fce1d07f039f359681ed1b4880fc640c77 Mon Sep 17 00:00:00 2001 From: wsxyt Date: Sun, 11 Jan 2026 22:13:10 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=92=A4=E9=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d8a35299..7036d12b 100644 --- a/main.py +++ b/main.py @@ -39,7 +39,7 @@ def main(): logger.remove() configure_logging() - # 仅在开发环境(版本号不包含 0.0.0)下初始化 Sentry + # 仅在 非开发 环境(版本号不包含 0.0.0)下初始化 Sentry if "0.0.0" not in VERSION: def before_send(event, hint): From 232d19695a03aac0f05a0269b298af5da16cc3b8 Mon Sep 17 00:00:00 2001 From: wsxyt Date: Sun, 11 Jan 2026 22:16:49 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BC=80=E5=A7=8B=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7036d12b..1ff3ba79 100644 --- a/main.py +++ b/main.py @@ -39,7 +39,7 @@ def main(): logger.remove() configure_logging() - # 仅在 非开发 环境(版本号不包含 0.0.0)下初始化 Sentry + # 仅在非开发环境(版本号不包含 0.0.0)下初始化 Sentry if "0.0.0" not in VERSION: def before_send(event, hint):