This commit is contained in:
2019-02-20 12:20:38 -05:00
parent e2620ade65
commit 7407a1ecd6
2 changed files with 2 additions and 2 deletions

View File

@@ -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=[

View File

@@ -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)