From a6c26956fdf3f54fc79cda4ab6052c2ad8a0744f Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Tue, 5 Jul 2022 10:58:11 +0800 Subject: [PATCH] =?UTF-8?q?2.5.5=20=E4=BF=AE=E5=A4=8D=E9=A6=96=E6=AC=A1?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=8F=AF=E8=83=BD=E6=97=A0=E6=B3=95=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0RSS=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto_bangumi/core/download_client.py | 2 +- auto_bangumi/downloader/qb_downloader.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auto_bangumi/core/download_client.py b/auto_bangumi/core/download_client.py index 4efe82d1..3540064a 100644 --- a/auto_bangumi/core/download_client.py +++ b/auto_bangumi/core/download_client.py @@ -76,7 +76,7 @@ class DownloadClient: if not info["added"]: self.set_rule(info, rss_link) info["added"] = True - logger.info("to rule.") + # logger.info("to rule.") logger.debug("Finished.") def get_torrent_info(self): diff --git a/auto_bangumi/downloader/qb_downloader.py b/auto_bangumi/downloader/qb_downloader.py index b0962532..738dbce0 100644 --- a/auto_bangumi/downloader/qb_downloader.py +++ b/auto_bangumi/downloader/qb_downloader.py @@ -65,7 +65,7 @@ class QbDownloader: try: self._client.rss_remove_item(item_path) except Conflict409Error as e: - # logger.exception(e) + logger.debug(e) logger.info("Add new RSS") raise ConflictError()