mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 01:13:37 +02:00
IGN:...
This commit is contained in:
parent
6abae014b2
commit
70cb798e32
1 changed files with 1 additions and 1 deletions
|
|
@ -1147,7 +1147,7 @@ def run_import_plugins(self, path_or_stream, format):
|
|||
path = pt.name
|
||||
else:
|
||||
path = path_or_stream
|
||||
return run_plugins_on_import(path, format)
|
||||
return run_plugins_on_import(path, format)
|
||||
|
||||
def add_books(self, paths, formats, metadata, uris=[], add_duplicates=True):
|
||||
'''
|
||||
|
|
|
|||
Loading…
Reference in a new issue