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

@@ -126,8 +126,8 @@ class PFCrestPref(PreferenceView):
def OnBtnApply(self, event):
self.settings.set('clientID', self.inputClientID.GetValue().strip())
self.settings.set('clientSecret', self.inputClientSecret.GetValue().strip())
sCrest = Esi.getInstance()
sCrest.delAllCharacters()
sEsi = Esi.getInstance()
sEsi.delAllCharacters()
def ToggleProxySettings(self, mode):
if mode: