Added logging for websocket

No handlers could be found for logger "root" - this allows to see the
actual error.
This commit is contained in:
angelblue05 2015-05-21 20:41:11 -05:00
parent 45434f42ee
commit 6582523c55

View file

@ -23,6 +23,9 @@ from WriteKodiVideoDB import WriteKodiVideoDB
from ReadEmbyDB import ReadEmbyDB
from ReadKodiDB import ReadKodiDB
import logging
logging.basicConfig()
_MODE_BASICPLAY=12
class WebSocketThread(threading.Thread):