forked from 0x2620/pandora
update wanted
This commit is contained in:
parent
bf345dff14
commit
5f740534b5
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ def update_or_create_instance(volume, f):
|
||||||
instance.extra = True
|
instance.extra = True
|
||||||
instance.save()
|
instance.save()
|
||||||
instance.file.save()
|
instance.file.save()
|
||||||
|
instance.file.item.update_wanted()
|
||||||
return instance
|
return instance
|
||||||
|
|
||||||
@task(ignore_resulsts=True, queue='default')
|
@task(ignore_resulsts=True, queue='default')
|
||||||
|
|
Loading…
Reference in a new issue