diff --git a/oxdata/lookup/management/commands/cache_ids.py b/oxdata/lookup/management/commands/cache_ids.py index 02187ca..d0516ad 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.get_ids() for p in poster.models.PosterCache.objects.filter(image='', failed=False, created__gt=before_import): - print p.url.encode('utf-8') + print(p.url) p.get()