diff --git a/logstreamer.py b/logstreamer.py index a5e7002..151779d 100755 --- a/logstreamer.py +++ b/logstreamer.py @@ -34,7 +34,7 @@ def notes_table(oord): return (freq, duration) def convert2ogg(wav_file, ogg_file): - result = subprocess.call(['oggenc', wav_file, '-o {} --utf8 -t {}'.format(ogg_file, args.log)]) + result = subprocess.call(['oggenc', wav_file, '-o {}'.format(ogg_file), '--utf8', '-t {}'.format(args.log)]) return result def push_ogg(ogg_file):