X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/bffd657027cd14b425c6c0a598992e6d14b82b35..a239e92f83a56b9f9951594bcb4774c0f8f4d500:/apps/pdcounter/models.py diff --git a/apps/pdcounter/models.py b/apps/pdcounter/models.py index 35cbe2999..50eb43e1f 100644 --- a/apps/pdcounter/models.py +++ b/apps/pdcounter/models.py @@ -92,7 +92,6 @@ if not settings.NO_SEARCH_INDEX: def update_index(sender, instance, **kwargs): import search print "update pd index %s [update %s]" % (instance, 'created' in kwargs) - search.JVM.attachCurrentThread() idx = search.Index() idx.open() try: