Fix CREST stuff

This commit is contained in:
blitzmann
2017-11-05 01:28:57 -05:00
parent bd0de82a8e
commit cebca64e5e
4 changed files with 17 additions and 14 deletions

View File

@@ -614,7 +614,7 @@ class MainFrame(wx.Frame):
char = sCrest.implicitCharacter
if char:
t = time.gmtime(char.eve.expires - time.time())
sTime = time.strftime("%H:%M:%S", t if t >= 0 else 0)
sTime = time.strftime("%H:%M:%S", t)
newTitle = "%s | %s - %s" % (self.title, char.name, sTime)
self.SetTitle(newTitle)