uncomment db create call so it actually works

This commit is contained in:
dave 2014-08-30 18:02:31 -04:00
parent e7aa4fa048
commit b86ab113cb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class database:
def __init__(self):
self.db = self.openDB()
# TODO: If db.sqlite doesn't exist, create one with the following demo data
#self.createDatabase()
self.createDatabase()
def createDatabase(self):
queries = [