From 70c459f8106848f68d0cbeda877740261bc43fa4 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 15 Feb 2024 21:47:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20emby.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/emby/emby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/emby/emby.py b/app/modules/emby/emby.py index 25d005c9..40dad1ee 100644 --- a/app/modules/emby/emby.py +++ b/app/modules/emby/emby.py @@ -14,7 +14,7 @@ from app.utils.http import RequestUtils from app.utils.singleton import Singleton -class Emby(metaclass=Singleton): +class Emby: def __init__(self): self._host = settings.EMBY_HOST