mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-08 00:46:57 +08:00
fix memory
This commit is contained in:
+2
-1
@@ -6,9 +6,10 @@ from cachetools import cached, TTLCache
|
|||||||
from app import schemas
|
from app import schemas
|
||||||
from app.chain import ChainBase
|
from app.chain import ChainBase
|
||||||
from app.schemas import MediaType
|
from app.schemas import MediaType
|
||||||
|
from app.utils.singleton import Singleton
|
||||||
|
|
||||||
|
|
||||||
class TmdbChain(ChainBase):
|
class TmdbChain(ChainBase, metaclass=Singleton):
|
||||||
"""
|
"""
|
||||||
TheMovieDB处理链
|
TheMovieDB处理链
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user