From a6ad58ca3363387cd3810b953968ba79212b27e5 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 15 Feb 2024 21:49:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20plex.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/plex/plex.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/modules/plex/plex.py b/app/modules/plex/plex.py index 7c52a975..8e5f7aae 100644 --- a/app/modules/plex/plex.py +++ b/app/modules/plex/plex.py @@ -11,10 +11,9 @@ from app import schemas from app.core.config import settings from app.log import logger from app.schemas import MediaType -from app.utils.singleton import Singleton -class Plex(metaclass=Singleton): +class Plex: _plex = None