diff --git a/setup.py b/setup.py index 09f9bf9..5207343 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.md') as file: setup( name="tatt", - version="0.950", + version="0.951", py_modules=['tatt'], url='https://github.com/zevaverbach/tatt', install_requires=[ diff --git a/tatt/transcribe.py b/tatt/transcribe.py index dd5d271..3dfa9de 100644 --- a/tatt/transcribe.py +++ b/tatt/transcribe.py @@ -27,7 +27,7 @@ def get(name, save): filepath = None if save: - filepath = f'{name}.json', 'w' + filepath = f'{name}.json' click.echo(transcript, file=filepath)