mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 21:14:55 +00:00
Fix typo
This commit is contained in:
parent
35128cf18f
commit
8fb7277a82
@ -430,7 +430,7 @@ class DaemonClassicProxy(DaemonProxy):
|
|||||||
self.connected = True
|
self.connected = True
|
||||||
self.host = "localhost"
|
self.host = "localhost"
|
||||||
self.port = 58846
|
self.port = 58846
|
||||||
self.user = "localclient"
|
self.username = "localclient"
|
||||||
# Register the event handlers
|
# Register the event handlers
|
||||||
for event in event_handlers:
|
for event in event_handlers:
|
||||||
for handler in event_handlers[event]:
|
for handler in event_handlers[event]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user