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