X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/002577cf05a6730e8b1c97d1931d79758cbcbfdc..884be9d702f99a38cd9b04c4fdedca887286f35d:/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()), }