From dfcc012201762f1ace3639aa16511c8e1cec1929 Mon Sep 17 00:00:00 2001 From: lededev Date: Mon, 11 Apr 2022 06:05:11 +0800 Subject: [PATCH] =?UTF-8?q?.nfo=E6=96=87=E4=BB=B6=E4=B8=8D=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E6=97=B6=E4=B8=8D=E6=89=A7=E8=A1=8C-N=E6=93=8D?= =?UTF-8?q?=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core.py b/core.py index 29b2f58..39f4276 100644 --- a/core.py +++ b/core.py @@ -655,6 +655,8 @@ def core_main_no_net_op(movie_path, number): nfo = full_nfo.read_text(encoding='utf-8') if nfo.find(r'无码'): uncensored = 1 + else: + return if not all(os.path.isfile(f) for f in (full_fanart_path, full_thumb_path)): return