search fix
[wolnelektury.git] / apps / search / management / commands / reindex.py
index 9639a5a..6d4b4fd 100755 (executable)
@@ -14,3 +14,4 @@ class Command(BaseCommand):
             idx.index_book(b, None)
         print 'Reindexing tags.'
         idx.index_tags()
+        idx.close()
\ No newline at end of file