From f6d407d5ebae24490fd8ae6f9ce8efda011a6108 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sun, 3 Feb 2013 11:24:34 -0600 Subject: [PATCH] Fix broken lastupdate tags feature. Defaulted off for PI. --- fanficdownloader/configurable.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fanficdownloader/configurable.py b/fanficdownloader/configurable.py index 24296c4..dd16992 100644 --- a/fanficdownloader/configurable.py +++ b/fanficdownloader/configurable.py @@ -74,7 +74,8 @@ class Configuration(ConfigParser.SafeConfigParser): # internal stuff. 'langcode', 'output_css', - 'authorHTML' + 'authorHTML', + 'lastupdate' ] def addConfigSection(self,section):