From 98327d1750646697d542441fbe7d61c2bd5fb71d Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 17 Jun 2025 15:35:38 +0800 Subject: [PATCH] fix download message --- app/chain/subscribe.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/chain/subscribe.py b/app/chain/subscribe.py index ee908551..48f4a63b 100644 --- a/app/chain/subscribe.py +++ b/app/chain/subscribe.py @@ -399,7 +399,6 @@ class SubscribeChain(ChainBase): downloads, lefts = DownloadChain().batch_download( contexts=matched_contexts, no_exists=no_exists, - userid=subscribe.username, username=subscribe.username, save_path=subscribe.save_path, downloader=subscribe.downloader, @@ -789,7 +788,6 @@ class SubscribeChain(ChainBase): logger.info(f'{mediainfo.title_year} 匹配完成,共匹配到{len(_match_context)}个资源') downloads, lefts = DownloadChain().batch_download(contexts=_match_context, no_exists=no_exists, - userid=subscribe.username, username=subscribe.username, save_path=subscribe.save_path, downloader=subscribe.downloader,