From 3a193a24aa157ce04382d1127a2fa3834e51313c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 4 Apr 2014 01:01:05 +0530 Subject: [PATCH] ... --- src/calibre/web/feeds/recipes/collection.py | 1 + 1 file changed, 1 insertion(+) 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_):