Fix logging

This commit is contained in:
tomkat83 2017-09-10 15:10:40 +02:00
parent 47675bc60f
commit 907c542950
1 changed files with 2 additions and 0 deletions

View File

@ -26,9 +26,11 @@ except TypeError:
'lib')).decode()
sys_path.append(_base_resource)
import loghandler
from pickler import unpickle_me, pickl_window
###############################################################################
loghandler.config()
log = getLogger("PLEX."+__name__)
###############################################################################