mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Change websocket import location
This commit is contained in:
parent
979c077231
commit
21c4a8539f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from kodi_six import xbmc
|
||||||
|
|
||||||
from helper import LazyLogger
|
from helper import LazyLogger
|
||||||
|
|
||||||
from . import websocket
|
import websocket
|
||||||
|
|
||||||
##################################################################################################
|
##################################################################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue