forked from 0x2620/pandora
typo, fixes #693
This commit is contained in:
parent
db9dd43740
commit
11b0a06107
7 changed files with 12 additions and 12 deletions
|
|
@ -5,7 +5,7 @@ from celery.task import task
|
|||
import models
|
||||
|
||||
|
||||
@task(ignore_resulsts=True, queue='default')
|
||||
@task(ignore_results=True, queue='default')
|
||||
def update_itemsort(id):
|
||||
p = models.Person.objects.get(pk=id)
|
||||
p.update_itemsort()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue