aboutsummaryrefslogtreecommitdiff
path: root/app/handlers/defconf.py
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2014-03-25 15:54:32 +0100
committerMilo Casagrande <milo@ubuntu.com>2014-03-25 15:54:32 +0100
commit6244991d2e00fa0bfa40d4e31a3fe1d4af5e4def (patch)
treeec4406ec348a3aa2414ef742deb0b37b5a4b85e0 /app/handlers/defconf.py
parent3b7d0cf440649a56d671342413def9a5fa5c9705 (diff)
Fix properties and methods.
Diffstat (limited to 'app/handlers/defconf.py')
-rw-r--r--app/handlers/defconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/handlers/defconf.py b/app/handlers/defconf.py
index e621338..f97b327 100644
--- a/app/handlers/defconf.py
+++ b/app/handlers/defconf.py
@@ -22,4 +22,4 @@ class DefConfHandler(BaseHandler):
@property
def collection(self):
- return DEFCONFIG_COLLECTION
+ return self.db[DEFCONFIG_COLLECTION]