mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
...
This commit is contained in:
parent
6197920256
commit
3a193a24aa
@ -178,6 +178,7 @@ def add_custom_recipes(script_map):
|
|||||||
|
|
||||||
with open(os.path.join(bdir, fname), 'wb') as f:
|
with open(os.path.join(bdir, fname), 'wb') as f:
|
||||||
f.write(script)
|
f.write(script)
|
||||||
|
id_ += 1
|
||||||
|
|
||||||
|
|
||||||
def remove_custom_recipe(id_):
|
def remove_custom_recipe(id_):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user