fix output
This commit is contained in:
parent
6a6f2f1b5b
commit
8defb3da5a
1 changed files with 1 additions and 1 deletions
|
@ -128,5 +128,5 @@ if __name__ == '__main__':
|
||||||
data = get_gongs(seq, {}, duration, tracks)
|
data = get_gongs(seq, {}, duration, tracks)
|
||||||
mix_gongs(data, output)
|
mix_gongs(data, output)
|
||||||
with open(output + '.json', 'w') as fd:
|
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))
|
print('render_gongs of %s took %s' % (output, time.time()-t0))
|
||||||
|
|
Loading…
Reference in a new issue