thumbnails fix

wrong indentation meant it never made the base64 thumbnails
This commit is contained in:
dickreckard 2019-10-20 23:53:59 +02:00
parent 5253d37411
commit 69fa5bb7c5

View File

@ -162,7 +162,7 @@ def distribusify(args, directory): # noqa
caption = ""
if args.captions:
caption = caption(full_path)
a = FILE_TYPES[type_].format(name, caption)
a = FILE_TYPES[type_].format(name, caption)
if subtype in SUB_TYPES:
a = SUB_TYPES[subtype]