Add hours

This commit is contained in:
Виктор Гладких 2019-10-03 11:41:52 +03:00
parent 38be14b5ba
commit 295bda4b4f

View File

@ -6,7 +6,7 @@ from django.contrib.contenttypes.models import ContentType
def add_rating(remote_addr, pk, model):
add.apply_async(
(remote_addr, pk, model), countdown=60
(remote_addr, pk, model), countdown=60 * 60
)