From 65b4f8c54317b8a17186ce3435d899b331d72380 Mon Sep 17 00:00:00 2001 From: John Garland Date: Fri, 2 Jul 2010 02:25:41 +1000 Subject: [PATCH] Fix typo --- deluge/ui/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/client.py b/deluge/ui/client.py index 3aa620aa0..cd82b897c 100644 --- a/deluge/ui/client.py +++ b/deluge/ui/client.py @@ -410,7 +410,7 @@ class DaemonClassicProxy(DaemonProxy): self.connected = True self.host = "localhost" self.port = 58846 - self.user = "localclient" + self.username = "localclient" # Register the event handlers for event in event_handlers: for handler in event_handlers[event]: