mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 18:11:03 +08:00
2.5.5 修复首次启动可能无法添加RSS的错误
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user