From 1c7715d94cde61f43d6004d43beb410a866077c4 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 1 Sep 2023 07:35:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20transfer.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chain/transfer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/chain/transfer.py b/app/chain/transfer.py index 7ff1a430..bd2a0311 100644 --- a/app/chain/transfer.py +++ b/app/chain/transfer.py @@ -117,7 +117,7 @@ class TransferChain(ChainBase): # 汇总错误信息 err_msgs: List[str] = [] # 汇总季集清单 - season_episodes: Dict[Tuple, List[int]] = [] + season_episodes: Dict[Tuple, List[int]] = {} # 汇总元数据 metas: Dict[Tuple, MetaBase] = {} # 汇总媒体信息