mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-05 23:49:54 +08:00
fix bug
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user