fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Another upgrade.
[wolnelektury.git]
/
src
/
catalogue
/
tasks.py
diff --git
a/src/catalogue/tasks.py
b/src/catalogue/tasks.py
index
b2308bb
..
0694b01
100644
(file)
--- a/
src/catalogue/tasks.py
+++ b/
src/catalogue/tasks.py
@@
-32,9
+32,9
@@
def build_field(pk, field_name):
@shared_task
@shared_task
-def index_book(book_id,
book_info=None,
**kwargs):
+def index_book(book_id, **kwargs):
try:
try:
- return Book.objects.get(id=book_id).search_index(
book_info,
**kwargs)
+ return Book.objects.get(id=book_id).search_index(**kwargs)
except Exception as e:
print("Exception during index: %s" % e)
print_exc()
except Exception as e:
print("Exception during index: %s" % e)
print_exc()