Add hours
This commit is contained in:
parent
38be14b5ba
commit
295bda4b4f
|
|
@ -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
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user