From 804c3ed62c009848db983d92a6505aa55f2aab89 Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Mon, 15 Sep 2025 00:15:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/ConfigBase.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/models/ConfigBase.py b/app/models/ConfigBase.py index c484491..40d6c28 100644 --- a/app/models/ConfigBase.py +++ b/app/models/ConfigBase.py @@ -308,8 +308,6 @@ class ConfigItem: 要设置的值, 可以是任何合法类型 """ - print(self.group, self.name, value, self.value) - if ( dpapi_decrypt(self.value) if isinstance(self.validator, EncryptValidator)