summaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index e03fa4d..f1a5eab 100644
--- a/app.py
+++ b/app.py
@@ -89,7 +89,7 @@ class dbProxy(object):
self.conn.commit()
def create_v1b(self):
- create_v1a()
+ self.create_v1a()
def migrate_v0to1(self):
app.logger.warning("migrating database from v0 to v1")