diff --git a/oxdata/lookup/management/commands/cache_ids.py b/oxdata/lookup/management/commands/cache_ids.py index 6e2a303..441ed9d 100644 --- a/oxdata/lookup/management/commands/cache_ids.py +++ b/oxdata/lookup/management/commands/cache_ids.py @@ -20,7 +20,7 @@ class Command(BaseCommand): before_import = datetime.now() lookup.cache.getIds() for p in poster.models.PosterCache.objects.filter(image='', failed=False, created__gt=before_import): - print p.url + print p.url.encode('utf-8') p.get()