From c18f9aa576e9f503cb3d68251a87417608683921 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 31 Oct 2011 01:37:12 +0100 Subject: [PATCH] unicode --- oxdata/lookup/management/commands/cache_ids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()