X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/281a6f613c78ffd1fa81951db829a5551fd2e42d..fa9ab52217a8e6912fa4677fc7bb1da21044b470:/apps/catalogue/management/commands/importbooks.py diff --git a/apps/catalogue/management/commands/importbooks.py b/apps/catalogue/management/commands/importbooks.py index 93c68a2f7..1f08f7cff 100644 --- a/apps/catalogue/management/commands/importbooks.py +++ b/apps/catalogue/management/commands/importbooks.py @@ -48,7 +48,6 @@ class Command(BaseCommand): build_txt=options.get('build_txt'), build_pdf=options.get('build_pdf'), build_mobi=options.get('build_mobi'), - search_index=options.get('search_index'), search_index_tags=False) for ebook_format in Book.ebook_formats: if os.path.isfile(file_base + '.' + ebook_format):