Change websocket import location

This commit is contained in:
Matt 2020-06-20 20:40:08 -04:00
parent 979c077231
commit 21c4a8539f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from kodi_six import xbmc
from helper import LazyLogger from helper import LazyLogger
from . import websocket import websocket
################################################################################################## ##################################################################################################