From 2c46dd074213155bc351ddac52fb67ef0656157c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E7=8E=B2=E8=BE=89?= Date: Tue, 14 May 2024 00:34:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E6=96=B0=E7=89=88=E6=9C=ACIY?= =?UTF-8?q?UU=E5=BC=80=E5=8F=91=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/iyuuautoseed/iyuu_helper.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/iyuuautoseed/iyuu_helper.py b/plugins/iyuuautoseed/iyuu_helper.py index 0867181..456a117 100644 --- a/plugins/iyuuautoseed/iyuu_helper.py +++ b/plugins/iyuuautoseed/iyuu_helper.py @@ -100,8 +100,6 @@ class IyuuHelper(object): info_hashs.sort() json_data = json.dumps(info_hashs, separators=(',', ':'), ensure_ascii=False) sha1 = self.get_sha1(json_data) - logger.info(f'{json_data}') - logger.info(f'{sha1}') result, msg = self.__request_iyuu(url='/reseed/index/index', method='post', params={ 'hash': json_data, 'sha1': sha1,