From fd46dc95908c38e09bc1e853b434ee8856ec26f8 Mon Sep 17 00:00:00 2001 From: Martinez Date: Wed, 18 Feb 2015 16:48:12 +0100 Subject: [PATCH] added color to TWO letters! --- over-video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()