diff --git a/resources/lib/WebSocketClient.py b/resources/lib/WebSocketClient.py index 2ac66801..0fe6ce0f 100644 --- a/resources/lib/WebSocketClient.py +++ b/resources/lib/WebSocketClient.py @@ -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):