fix output

This commit is contained in:
j 2017-10-02 14:03:50 +02:00
parent 6a6f2f1b5b
commit 8defb3da5a
1 changed files with 1 additions and 1 deletions

View File

@ -128,5 +128,5 @@ if __name__ == '__main__':
data = get_gongs(seq, {}, duration, tracks)
mix_gongs(data, output)
with open(output + '.json', 'w') as fd:
json.dump(result, fd, indent=4, sort_keys=True)
json.dump(data, fd, indent=4, sort_keys=True)
print('render_gongs of %s took %s' % (output, time.time()-t0))