diff --git a/resources/lib/plexdb_functions.py b/resources/lib/plexdb_functions.py index d0e665d4..233e3415 100644 --- a/resources/lib/plexdb_functions.py +++ b/resources/lib/plexdb_functions.py @@ -1,17 +1,12 @@ # -*- coding: utf-8 -*- ############################################################################### -from logging import getLogger from utils import kodi_sql import variables as v ############################################################################### -log = getLogger("PLEX."+__name__) - -############################################################################### - class Get_Plex_DB(): """