X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b2755981727a1735b36e382f06d1af3b01ea377c..062a80b51a89bf2361930461c0ad7ae5e36a2bdd:/apps/catalogue/tasks.py diff --git a/apps/catalogue/tasks.py b/apps/catalogue/tasks.py index d5e8529b1..663a5bce4 100644 --- a/apps/catalogue/tasks.py +++ b/apps/catalogue/tasks.py @@ -13,6 +13,7 @@ from wolnelektury.utils import localtime_to_utc def touch_tag(tag): update_dict = { 'book_count': tag.get_count(), + 'picture_count': tag.get_picture_count(), 'changed_at': localtime_to_utc(datetime.now()), }