ignore
This commit is contained in:
parent
ca50d091a8
commit
e22d5c5ad0
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ def get_ids():
|
|||
print('missing impawards', ox.web.impawards.get_url(id))
|
||||
|
||||
for id in ox.web.criterion.get_ids():
|
||||
if id in ('626', '835'):
|
||||
if id in ('626', '835', '1079', '28907'):
|
||||
continue
|
||||
if models.MovieId.objects.all().filter(criterion_id=id).count() == 0:
|
||||
print('criterion', id)
|
||||
|
|
Loading…
Reference in a new issue