From: Adam Sampson Date: Tue, 9 Jul 2013 19:00:14 +0000 (+0000) Subject: Add a note about default values and the config file. X-Git-Tag: v2.15rc2~8 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=7df588a2a1bf7289bec196ff5d73ce10061da1da;p=rawdog%2F.git Add a note about default values and the config file. --- diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index 6125498..0d55c98 100644 --- a/rawdoglib/rawdog.py +++ b/rawdoglib/rawdog.py @@ -800,6 +800,11 @@ class Config: self.reset() def reset(self): + # Note that these default values are *not* the same as + # in the supplied config file. The idea is that someone + # who has an old config file shouldn't notice a difference + # in behaviour on upgrade -- so new options generally + # default to False here, and True in the sample file. self.config = { "feedslist" : [], "feeddefaults" : {},