summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorrichard <devnull@localhost>2005-03-21 21:44:26 +0000
committerrichard <devnull@localhost>2005-03-21 21:44:26 +0000
commitc7bdbbc3ca3604f52c693e06089cc5105bd53876 (patch)
tree16dac24822bf7c635272752ca4da5917e25d2a39 /config.py
parent4c5fd0a80ec4a629724419ce8309c5aa26748929 (diff)
downloaddecorator-c7bdbbc3ca3604f52c693e06089cc5105bd53876.tar.gz
add debug mode
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 42cc218..94acd13 100644
--- a/config.py
+++ b/config.py
@@ -17,4 +17,5 @@ class Config:
self.files_url = c.get('webui', 'files_url')
self.rss_file = c.get('webui', 'rss_file')
self.logging = c.get('webui', 'logging')
+ self.debug_mode = c.get('webui', 'debug_mode')