This commit is contained in:
John Garland 2010-07-02 02:25:41 +10:00
parent f0920f5638
commit 2a2f5d90ae
1 changed files with 1 additions and 1 deletions

View File

@ -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]: