summaryrefslogtreecommitdiffstats
path: root/pyload/remote/WSClient.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-29 19:32:06 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-29 19:32:06 +0200
commitfacb379f3b6cdc5423f8400d756822f5f7890e2c (patch)
tree55e23c03ffdc71206fb9c50be485bd9d34dc9633 /pyload/remote/WSClient.py
parentfixed capitalization of dependency (diff)
downloadpyload-facb379f3b6cdc5423f8400d756822f5f7890e2c.tar.xz
updated test suite
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 793a6ef28..0e58c6afa 100644
--- a/pyload/remote/WSClient.py
+++ b/pyload/remote/WSClient.py
@@ -15,7 +15,7 @@ class WSClient:
self.ws = None
def connect(self):
- self.ws = create_connection(self.URL)
+ self.ws = create_connection(self.url)
def close(self):
self.ws.close()