Move to a central login() method
This commit is contained in:
@@ -781,8 +781,7 @@ class APIView(wx.Panel):
|
||||
|
||||
def addCharacter(self, event):
|
||||
sEsi = Esi.getInstance()
|
||||
uri = sEsi.startServer()
|
||||
webbrowser.open(uri)
|
||||
sEsi.login()
|
||||
|
||||
def getActiveCharacter(self):
|
||||
selection = self.charChoice.GetCurrentSelection()
|
||||
|
||||
Reference in New Issue
Block a user