Fix --feeds option for feeds2disk

This commit is contained in:
Kovid Goyal 2008-03-25 22:47:59 +00:00
parent 47ed181d81
commit e5d15167a5

View File

@ -88,7 +88,7 @@ def run_recipe(opts, recipe_arg, parser, notification=None, handler=None):
notification = no_progress_bar
recipe = None
recipe, is_profile = None, False
if opts.feeds is not None:
recipe = BasicNewsRecipe
else: