Started work on update notification. Successfully prints out alert to stdout if version from GitHub is not the same as internal version.

This commit is contained in:
blitzmann
2014-02-13 22:28:56 -05:00
parent d7b7d127b8
commit 6ee474a8ff
3 changed files with 60 additions and 0 deletions

View File

@@ -161,6 +161,10 @@ class MainFrame(wx.Frame):
#Show ourselves
self.Show()
#Check for updates
self.sUpdate = service.Update.getInstance()
self.sUpdate.CheckUpdate()
def LoadMainFrameAttribs(self):
mainFrameDefaultAttribs = {"wnd_width":1000, "wnd_height": 700, "wnd_maximized": False}