This commit is contained in:
j 2018-06-03 13:58:53 +02:00
parent ca50d091a8
commit e22d5c5ad0
1 changed files with 1 additions and 1 deletions

View File

@ -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)