diff options
author | 2013-02-28 20:20:01 +0100 | |
---|---|---|
committer | 2013-02-28 20:20:01 +0100 | |
commit | 6b84b9c69ed75baee9c2cdfa758eddcec10b8b23 (patch) | |
tree | bd753ec5a8988c798356a4f94de2034fb568b439 /module/remote/WSClient.py | |
parent | prepared dashboard actionbar (diff) | |
download | pyload-6b84b9c69ed75baee9c2cdfa758eddcec10b8b23.tar.xz |
generate js_apitypes, updated lodash, working type filters on webui
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" |