mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1d0bff82b1
commit
a3edcedee9
@ -59,6 +59,7 @@ class RecipeInput(InputFormatPlugin):
|
||||
zf.close()
|
||||
self.recipe_source = open('download.recipe', 'rb').read()
|
||||
recipe = compile_recipe(self.recipe_source)
|
||||
recipe.needs_subscription = False
|
||||
self.recipe_object = recipe(opts, log, self.report_progress)
|
||||
else:
|
||||
if os.access(recipe_or_file, os.R_OK):
|
||||
|
Loading…
x
Reference in New Issue
Block a user