Browse Source

Fix message about thumbnail where it missed a space, close #49

pull/51/head
LecygneNoir 3 years ago
parent
commit
c2db597388
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      prismedia/utils.py

+ 1
- 1
prismedia/utils.py View File

@ -130,7 +130,7 @@ def searchThumbnail(options):
if not options.get('--thumbnail'):
logger.debug("No thumbnail has been found, continuing")
else:
logger.info("Using " + options.get('--thumbnail') + "as thumbnail")
logger.info("Using " + options.get('--thumbnail') + " as thumbnail")
return options

Loading…
Cancel
Save