forked from 0x2620/pandora
typo
This commit is contained in:
parent
8103f01a36
commit
5705c9e74d
1 changed files with 1 additions and 1 deletions
|
@ -113,6 +113,6 @@ class Command(BaseCommand):
|
|||
ids = [i['id'] for i in models.Item.objects.all().values('id')]
|
||||
for id in ids:
|
||||
i = models.Item.objects.get(pk=id)
|
||||
if optoins['debug']:
|
||||
if options['debug']:
|
||||
print i
|
||||
i.update_sort()
|
||||
|
|
Loading…
Reference in a new issue