From d9aa281ce18422d62188054e68cbc0fc9147af0e Mon Sep 17 00:00:00 2001 From: thsrite Date: Mon, 9 Oct 2023 09:02:01 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=B8=8B=E8=BD=BD=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=8F=91=E9=80=81=E6=89=80=E6=9C=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chain/download.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/chain/download.py b/app/chain/download.py index 4146dfaf..739b5ec6 100644 --- a/app/chain/download.py +++ b/app/chain/download.py @@ -74,8 +74,7 @@ class DownloadChain(ChainBase): title=f"{mediainfo.title_year} " f"{meta.season_episode} 开始下载", text=msg_text, - image=mediainfo.get_message_image(), - userid=userid)) + image=mediainfo.get_message_image())) def download_torrent(self, torrent: TorrentInfo, channel: MessageChannel = None,