mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 19:08:40 +00:00
Fix typo
This commit is contained in:
parent
e79461c7d2
commit
65b4f8c543
1 changed files with 1 additions and 1 deletions
|
@ -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]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue