diff options
Diffstat (limited to 'module/remote/WSClient.py')
-rw-r--r-- | module/remote/WSClient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/WSClient.py b/module/remote/WSClient.py index fc7590edb..793a6ef28 100644 --- a/module/remote/WSClient.py +++ b/module/remote/WSClient.py @@ -5,7 +5,7 @@ from websocket import create_connection from httplib import UNAUTHORIZED, FORBIDDEN from json_converter import loads, dumps -from ttypes import Unauthorized, Forbidden +from apitypes import Unauthorized, Forbidden class WSClient: URL = "ws://localhost:7227/api" |