From facb379f3b6cdc5423f8400d756822f5f7890e2c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 29 Jun 2013 19:32:06 +0200 Subject: updated test suite --- 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 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() -- cgit v1.2.3