From 4fe755332d9d1f1fa60cd8134d8aa0b8b92346b8 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 3 Jan 2024 12:42:47 +0800 Subject: [PATCH] fix bug --- app/modules/plex/plex.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/modules/plex/plex.py b/app/modules/plex/plex.py index 5b15da5f..d1d64e97 100644 --- a/app/modules/plex/plex.py +++ b/app/modules/plex/plex.py @@ -16,6 +16,8 @@ from app.utils.singleton import Singleton class Plex(metaclass=Singleton): + _plex = None + def __init__(self): self._host = settings.PLEX_HOST if self._host: