../..
This commit is contained in:
2
setup.py
2
setup.py
@@ -6,7 +6,7 @@ with open('README.md') as file:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="tatt",
|
name="tatt",
|
||||||
version="0.956",
|
version="0.957",
|
||||||
py_modules=['tatt'],
|
py_modules=['tatt'],
|
||||||
url='https://github.com/zevaverbach/tatt',
|
url='https://github.com/zevaverbach/tatt',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ def status(job_name):
|
|||||||
jobs = helpers.get_transcription_jobs(name=job_name)
|
jobs = helpers.get_transcription_jobs(name=job_name)
|
||||||
if not jobs:
|
if not jobs:
|
||||||
raise click.ClickException('no job by that name')
|
raise click.ClickException('no job by that name')
|
||||||
click.echo(jobs[0]['status'])
|
click.echo(list(jobs.values())[0][0]['status'])
|
||||||
|
|
||||||
|
|
||||||
@cli.command()
|
@cli.command()
|
||||||
|
|||||||
Reference in New Issue
Block a user