print function

This commit is contained in:
j 2016-09-19 10:22:30 +02:00
parent 03ce5f715c
commit a26af3d2b1
1 changed files with 1 additions and 1 deletions

View File

@ -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()