summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorrichard <devnull@localhost>2005-03-21 15:37:34 +0000
committerrichard <devnull@localhost>2005-03-21 15:37:34 +0000
commit75fdc54d531e28d688a6da2b7b912f857256f9f5 (patch)
tree4c834c8b6642aed2ccbec8e02ee727f589c0fe26 /config.py
parent713b9c0dd42d25b8dd6b438e244250d3a7ff7e8e (diff)
downloaddecorator-75fdc54d531e28d688a6da2b7b912f857256f9f5.tar.gz
fixes
Diffstat (limited to 'config.py')
-rw-r--r--config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py b/config.py
index 0eb8c94..42cc218 100644
--- a/config.py
+++ b/config.py
@@ -16,4 +16,5 @@ class Config:
self.url = c.get('webui', 'url')
self.files_url = c.get('webui', 'files_url')
self.rss_file = c.get('webui', 'rss_file')
+ self.logging = c.get('webui', 'logging')