../..
This commit is contained in:
2
setup.py
2
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=[
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user