From 785540e17825b02ede160024bde2d90801e34afa Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 6 Dec 2025 14:47:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20graphics.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/helper/graphics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helper/graphics.py b/app/helper/graphics.py index f3d1b28a..63251bba 100644 --- a/app/helper/graphics.py +++ b/app/helper/graphics.py @@ -6,7 +6,7 @@ from PIL import Image from app.chain.mediaserver import MediaServerChain from app.chain.tmdb import TmdbChain -from app.core.cache import cached, FileCache, AsyncFileCache +from app.core.cache import cached, FileCache, AsyncFileCache from app.core.config import settings from app.log import logger from app.utils.http import RequestUtils, AsyncRequestUtils