fixup: quoting fun

This commit is contained in:
tcely 2025-01-30 18:02:42 -05:00 committed by GitHub
parent 0a39d96fc6
commit 36814ddfcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ def yt_dlp_postprocessor_hook(event):
postprocessor_hook['status'] = PPHookStatus(*event)
if 'started' == event['status']:
log.debug(repr(event['info_dict']))
log.info(f'[{event['postprocessor']}] {event['status']}')
log.info(f'[{event["postprocessor"]}] {event["status"]}')
progress_hook = {