Skip to content

Commit

Permalink
Add newline before "Downloaded %s"
Browse files Browse the repository at this point in the history
  • Loading branch information
brandongalbraith authored Nov 3, 2022
1 parent 4a2db2f commit 5a8f974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubeup/TubeUp.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def ydl_progress_hook(d):
sys.stdout.flush()

if d['status'] == 'finished':
msg = 'Downloaded %s' % d['filename']
msg = '\nDownloaded %s' % d['filename']

self.logger.debug(d)
self.logger.info(msg)
Expand Down

0 comments on commit 5a8f974

Please # to comment.