diff --git a/oxdata/lookup/cache.py b/oxdata/lookup/cache.py index f821f77..becc6e0 100644 --- a/oxdata/lookup/cache.py +++ b/oxdata/lookup/cache.py @@ -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)