summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authormartin.von.loewis <devnull@localhost>2007-07-21 16:52:17 +0000
committermartin.von.loewis <devnull@localhost>2007-07-21 16:52:17 +0000
commit728a5c05f3192cf809c577332e0c9f9e93998b43 (patch)
tree3fd5cacb19dac1b3db24cb64b89e7e300cd98dd8 /config.py
parent4349e45f0303a2f1c393a16eb8612ab7a2d6389a (diff)
downloaddecorator-728a5c05f3192cf809c577332e0c9f9e93998b43.tar.gz
Read simple_script
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 db7b895..8133e78 100644
--- a/config.py
+++ b/config.py
@@ -18,6 +18,7 @@ class Config:
self.mailhost = c.get('webui', 'mailhost')
self.adminemail = c.get('webui', 'adminemail')
self.url = c.get('webui', 'url')
+ self.simple_script = c.get('webui', 'simple_script')
self.files_url = c.get('webui', 'files_url')
self.rss_file = c.get('webui', 'rss_file')
self.debug_mode = c.get('webui', 'debug_mode')