(self)
| 863 | sEsi.login() |
| 864 | |
| 865 | def getActiveCharacter(self): |
| 866 | selection = self.charChoice.GetCurrentSelection() |
| 867 | return self.charChoice.GetClientData(selection) if selection != -1 else None |
| 868 | |
| 869 | def ssoListChanged(self, event): |
| 870 | if not self: # todo: fix event not unbinding properly |