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