From 11261e1665228da6e16939d2b2f6ffe34b957096 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Mon, 29 Aug 2016 20:00:16 +0200 Subject: [PATCH] Merge conflicts embydb_functions.py --- resources/lib/embydb_functions.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/resources/lib/embydb_functions.py b/resources/lib/embydb_functions.py index 22c86ba3..05a9f4d5 100644 --- a/resources/lib/embydb_functions.py +++ b/resources/lib/embydb_functions.py @@ -2,13 +2,12 @@ ############################################################################### -from utils import logging, kodiSQL +from utils import kodiSQL import logging -from sqlite3 import OperationalError -################################################################################################## +############################################################################### -log = logging.getLogger("EMBY."+__name__) +log = logging.getLogger("PLEX."+__name__) ############################################################################### @@ -31,7 +30,6 @@ class GetEmbyDB(): self.embyconn.close() -@logging class Embydb_Functions(): def __init__(self, embycursor):