From e22d5c5ad0eae0ec83d20b374ed27dd8d5f9cbcd Mon Sep 17 00:00:00 2001 From: j Date: Sun, 3 Jun 2018 13:58:53 +0200 Subject: [PATCH] ignore --- oxdata/lookup/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)