From 8fb7277a8283c609b366952a7e55c05488865c22 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 75e42d830..dfaf4ea87 100644 --- a/deluge/ui/client.py +++ b/deluge/ui/client.py @@ -430,7 +430,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]: