tReally unset default. - zs - Zeitungsschau rss to email converter
(HTM) git clone git://r-36.net/zs
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit e47a4623997bd098ca5988fdfd21b61d327860c8
(DIR) parent 73155c989873968a3e2add03956ee1ad09a8ee2a
(HTM) 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(-)
---
(DIR) diff --git a/zeitungsschau/feeddb.py b/zeitungsschau/feeddb.py
t@@ -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"