sCrest > sEsi

This commit is contained in:
Ryan Holmes
2018-03-16 18:06:33 -04:00
parent 0db125177f
commit 8a10f0a766
6 changed files with 27 additions and 27 deletions

View File

@@ -780,8 +780,8 @@ class APIView(wx.Panel):
event.Skip()
def addCharacter(self, event):
sCrest = Esi.getInstance()
uri = sCrest.startServer()
sEsi = Esi.getInstance()
uri = sEsi.startServer()
webbrowser.open(uri)
def getActiveCharacter(self):