Merge conflicts embydb_functions.py
This commit is contained in:
parent
bd2ffd0ea9
commit
11261e1665
1 changed files with 3 additions and 5 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue