unicode
This commit is contained in:
parent
a26569d23e
commit
c18f9aa576
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue