summaryrefslogtreecommitdiffstats
path: root/pyload/remote/WSClient.py
diff options
context:
space:
mode:
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