diff options
Diffstat (limited to 'src/core/handlers.py')
-rw-r--r-- | src/core/handlers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/handlers.py b/src/core/handlers.py index 2dd31abd..39c37e8f 100644 --- a/src/core/handlers.py +++ b/src/core/handlers.py @@ -829,7 +829,7 @@ def on_disconnected(self, event): tab.disconnect() self.information(_("Disconnected from server."), _('Error')) -def on_failed_auth(self, event): +def on_failed_all_auth(self, event): """ Authentication failed """ |