mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Fix typo
This commit is contained in:
parent
35128cf18f
commit
8fb7277a82
1 changed files with 1 additions and 1 deletions
|
@ -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]:
|
||||
|
|
Loading…
Add table
Reference in a new issue