Fixing email support. - zs - Zeitungsschau rss to email converter
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 0180d628cdc90339543dd92098c327f070382cfd
 (DIR) parent 3c5f83c92d5f06694af51f996986c7fe0f9f9544
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat, 15 Mar 2014 13:07:23 +0100
       
       Fixing email support.
       
       Diffstat:
         zs.py                               |       5 +----
       
       1 file changed, 1 insertion(+), 4 deletions(-)
       ---
 (DIR) diff --git a/zs.py b/zs.py
       @@ -93,10 +93,7 @@ def main(args):
                elif args[1] == "add":
                        if len(args) < 3:
                                usage(args[0])
       -                email = None
       -                if len(args) > 3:
       -                        email = args[3]
       -                db.addfeed(args[2], email)
       +                db.addfeed(args[2])
        
                elif args[1] == "list":
                        for f in db.listfeeds():