diff --git a/over-video.py b/over-video.py index 9e90484..dcc7d4a 100755 --- a/over-video.py +++ b/over-video.py @@ -227,7 +227,7 @@ if __name__ == '__main__': else: info.volume_correction = main.cfg.normalize_override - _print('using user-supplied volume correction §m%.1f§/ dB' %(info.volume_correction)) + _print('using user-supplied volume correction §m%.1f dB§/' %(info.volume_correction)) info.normalize_command = command.sub_normalize info.normalize_command.reset()