From 0be30cb0ca9590b481d1002f528e666143a44cc6 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 1 Jan 2014 15:04:53 +0100 Subject: changed ws port to avoid conflicts --- pyload/remote/WSClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/remote/WSClient.py') diff --git a/pyload/remote/WSClient.py b/pyload/remote/WSClient.py index 0e58c6afa..c3ed11ee7 100644 --- a/pyload/remote/WSClient.py +++ b/pyload/remote/WSClient.py @@ -8,7 +8,7 @@ from json_converter import loads, dumps from apitypes import Unauthorized, Forbidden class WSClient: - URL = "ws://localhost:7227/api" + URL = "ws://localhost:7447/api" def __init__(self, url=None): self.url = url or self.URL -- cgit v1.2.3