summaryrefslogtreecommitdiffstats
path: root/pyload/remote/WSClient.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-01 15:04:53 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-01 15:04:53 +0100
commit0be30cb0ca9590b481d1002f528e666143a44cc6 (patch)
tree14228063b83bf2872cc15f3d080187dc7f40a24d /pyload/remote/WSClient.py
parentHappy new year! (diff)
downloadpyload-0be30cb0ca9590b481d1002f528e666143a44cc6.tar.xz
changed ws port to avoid conflicts
Diffstat (limited to 'pyload/remote/WSClient.py')
-rw-r--r--pyload/remote/WSClient.py2
1 files changed, 1 insertions, 1 deletions
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