mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Added logging for websocket
No handlers could be found for logger "root" - this allows to see the actual error.
This commit is contained in:
parent
45434f42ee
commit
6582523c55
1 changed files with 3 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue