zs

Zeitungsschau rss to email converter
git clone git://r-36.net/zs
Log | Files | Refs | LICENSE

commit e47a4623997bd098ca5988fdfd21b61d327860c8
parent 73155c989873968a3e2add03956ee1ad09a8ee2a
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun,  9 Sep 2018 15:07:21 +0200

Really unset default.

Diffstat:
zeitungsschau/feeddb.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zeitungsschau/feeddb.py b/zeitungsschau/feeddb.py @@ -80,7 +80,7 @@ class feeddb(object): "run 'zs cfg email me@me.com' to "\ "set it.") else: - default = False + self.default = False if not "smtphost" in self.cfg: self.cfg["smtphost"] = "localhost"