diff --git a/src/calibre/web/feeds/recipes/collection.py b/src/calibre/web/feeds/recipes/collection.py index 1334017840..f7d9dd25f0 100644 --- a/src/calibre/web/feeds/recipes/collection.py +++ b/src/calibre/web/feeds/recipes/collection.py @@ -178,6 +178,7 @@ def add_custom_recipes(script_map): with open(os.path.join(bdir, fname), 'wb') as f: f.write(script) + id_ += 1 def remove_custom_recipe(id_):