- extended the gui implementation

This commit is contained in:
Bernhard Stampfer
2016-02-17 17:09:39 +01:00
parent 0812abf766
commit 476d1b1273
11 changed files with 213 additions and 14 deletions

7
run.py
View File

@@ -7,10 +7,9 @@ import thread
if __name__ == '__main__':
#start gui
#wx = wx.App()
#gui.MainWindow(None)
#thread.start_new_thread(wx.MainLoop,())
wx = wx.App()
gui.MainWindow(None)
thread.start_new_thread(wx.MainLoop,())
# start flask
app.secret_key = urandom(24)