- add: add beverages

This commit is contained in:
Ulrich Knechtelsdorfer
2016-02-13 22:05:49 +01:00
parent c84212e151
commit 79bcf2e8ca
13 changed files with 148 additions and 28 deletions

6
run.py
View File

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