diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-29 19:32:06 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-29 19:32:06 +0200 |
commit | facb379f3b6cdc5423f8400d756822f5f7890e2c (patch) | |
tree | 55e23c03ffdc71206fb9c50be485bd9d34dc9633 /pyload/remote/WSClient.py | |
parent | fixed capitalization of dependency (diff) | |
download | pyload-facb379f3b6cdc5423f8400d756822f5f7890e2c.tar.xz |
updated test suite
Diffstat (limited to 'pyload/remote/WSClient.py')
-rw-r--r-- | pyload/remote/WSClient.py | 2 |
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() |