From 4499f001ddb7545e978a4a493c18ff3961013d23 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 28 Apr 2024 09:03:16 +0800 Subject: [PATCH] fix bug --- app/chain/tmdb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/chain/tmdb.py b/app/chain/tmdb.py index 905e4322..89ae2a39 100644 --- a/app/chain/tmdb.py +++ b/app/chain/tmdb.py @@ -5,6 +5,7 @@ from cachetools import cached, TTLCache from app import schemas from app.chain import ChainBase +from app.core.config import settings from app.core.context import MediaInfo from app.schemas import MediaType from app.utils.singleton import Singleton