From 9ca8e3f4a8019fc25573ea2de3aa0e1cb2e7c9ef Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 25 May 2024 09:28:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20category.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/themoviedb/category.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/modules/themoviedb/category.py b/app/modules/themoviedb/category.py index 01200916..21dfe1d2 100644 --- a/app/modules/themoviedb/category.py +++ b/app/modules/themoviedb/category.py @@ -24,9 +24,6 @@ class CategoryHelper(metaclass=Singleton): """ 初始化 """ - # 二级分类策略关闭 - if not settings.LIBRARY_CATEGORY: - return try: if not self._category_path.exists(): shutil.copy(settings.INNER_CONFIG_PATH / "category.yaml", self._category_path)