Merge conflicts embydb_functions.py

This commit is contained in:
tomkat83 2016-08-29 20:00:16 +02:00
parent bd2ffd0ea9
commit 11261e1665
1 changed files with 3 additions and 5 deletions

View File

@ -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):