thumbnails fix
wrong indentation meant it never made the base64 thumbnails
This commit is contained in:
parent
5253d37411
commit
69fa5bb7c5
@ -162,7 +162,7 @@ def distribusify(args, directory): # noqa
|
|||||||
caption = ""
|
caption = ""
|
||||||
if args.captions:
|
if args.captions:
|
||||||
caption = caption(full_path)
|
caption = caption(full_path)
|
||||||
a = FILE_TYPES[type_].format(name, caption)
|
a = FILE_TYPES[type_].format(name, caption)
|
||||||
|
|
||||||
if subtype in SUB_TYPES:
|
if subtype in SUB_TYPES:
|
||||||
a = SUB_TYPES[subtype]
|
a = SUB_TYPES[subtype]
|
||||||
|
Loading…
Reference in New Issue
Block a user