From 7407a1ecd621ae60fce02d8f5ee6fc5b1a2dbc52 Mon Sep 17 00:00:00 2001 From: zevav Date: Wed, 20 Feb 2019 12:20:38 -0500 Subject: [PATCH] ../.. --- setup.py | 2 +- tatt/transcribe.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)