From 038dc372b7ac1fa65921c6cc428fdcebafd50764 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 28 May 2025 07:03:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index 3564965f..96606e9d 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -112,7 +112,7 @@ class ConfigModel(BaseModel): TMDB_API_KEY: str = "db55323b8d3e4154498498a75642b381" # TVDB API Key TVDB_V4_API_KEY: str = "ed2aa66b-7899-4677-92a7-67bc9ce3d93a" - TVDB_V4_API_PIN: str = "" + TVDB_V4_API_PIN: str = "" # Fanart开关 FANART_ENABLE: bool = True # Fanart API Key