Fix bug
This commit is contained in:
parent
b651ba8c37
commit
9e35017523
|
@ -439,7 +439,7 @@ class SpectrumLayer(YowInterfaceLayer):
|
|||
@ProtocolEntityCallback("failure")
|
||||
def onAuthFailed(self, entity):
|
||||
self.logger.info("Auth failed: %s (%s)", self.user, entity.getReason())
|
||||
self.backend.handleDisconnected(self.user, 0, reason)
|
||||
self.backend.handleDisconnected(self.user, 0, entity.getReason())
|
||||
self.password = None
|
||||
|
||||
def updateRoster(self):
|
||||
|
|
Loading…
Reference in a new issue