summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Garland <johnnybg+deluge@gmail.com>2010-07-02 02:25:41 +1000
committerJohn Garland <johnnybg+deluge@gmail.com>2010-07-02 02:41:30 +1000
commit8fb7277a8283c609b366952a7e55c05488865c22 (patch)
tree364d2c5a21e7a76aab47522f8253c0879056bbb8
parent35128cf18f11f744ea736df48aa914445b0fbeac (diff)
downloaddeluge-8fb7277a8283c609b366952a7e55c05488865c22.tar.gz
deluge-8fb7277a8283c609b366952a7e55c05488865c22.tar.bz2
deluge-8fb7277a8283c609b366952a7e55c05488865c22.zip
Fix typo
-rw-r--r--deluge/ui/client.py2
1 files changed, 1 insertions, 1 deletions
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]: