Merge conflicts embydb_functions.py

This commit is contained in:
tomkat83 2016-08-29 20:00:16 +02:00
parent bd2ffd0ea9
commit 11261e1665

View file

@ -2,13 +2,12 @@
############################################################################### ###############################################################################
from utils import logging, kodiSQL from utils import kodiSQL
import logging 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() self.embyconn.close()
@logging
class Embydb_Functions(): class Embydb_Functions():
def __init__(self, embycursor): def __init__(self, embycursor):