mirror of https://github.com/scrapy/scrapy.git
comment default thumb sizes
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40418
This commit is contained in:
parent
f61be3f078
commit
1a60f6c1cb
|
|
@ -21,9 +21,9 @@ from .images import BaseImagesPipeline, NoimagesDrop, ImageException
|
|||
class S3ImagesPipeline(BaseImagesPipeline):
|
||||
MEDIA_TYPE = 'image'
|
||||
THUMBS = (
|
||||
("50", (50, 50)),
|
||||
("110", (110, 110)),
|
||||
("270", (270, 270))
|
||||
# ('50', (50, 50)),
|
||||
# ('110', (110, 110)),
|
||||
# ('270', (270, 270))
|
||||
)
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue