fix bug
This commit is contained in:
parent
0095e0f4dd
commit
4fe755332d
@ -16,6 +16,8 @@ from app.utils.singleton import Singleton
|
|||||||
|
|
||||||
class Plex(metaclass=Singleton):
|
class Plex(metaclass=Singleton):
|
||||||
|
|
||||||
|
_plex = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self._host = settings.PLEX_HOST
|
self._host = settings.PLEX_HOST
|
||||||
if self._host:
|
if self._host:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user