mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-05 22:14:00 +01:00
Fix --feeds option for feeds2disk
This commit is contained in:
parent
47ed181d81
commit
e5d15167a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue