From f8cf813d8378e7da29d32a75eb32afc9b7ee48b5 Mon Sep 17 00:00:00 2001 From: lededev Date: Fri, 13 Aug 2021 03:12:07 +0800 Subject: [PATCH] Make mode 3 run through --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 57cbea0..52430af 100755 --- a/core.py +++ b/core.py @@ -609,7 +609,7 @@ def core_main(file_path, number_th, conf: config.Config): # 打印文件 print_files(path, leak_word, c_word, json_data.get('naming_rule'), part, cn_sub, json_data, filepath, conf.failed_folder(), - tag, json_data.get('actor_list'), liuchu) + tag, json_data.get('actor_list'), liuchu, uncensored) poster_path = path + '/' + number + leak_word + c_word + '-poster.jpg' thumb_path = path + '/' + number + leak_word + c_word + '-thumb.jpg'