diff options
Diffstat (limited to 'pyload/remote')
-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() |