small bug

This commit is contained in:
2019-03-06 23:35:57 -05:00
parent 956c70fee1
commit a336aa4c1d

View File

@@ -166,7 +166,9 @@ class Transcriber(TranscriberBaseClass):
@classmethod
def get_transcription_jobs(cls, job_name_query=None, status=None) -> List[dict]:
del status
if status and status.lower() != 'completed':
return []
jobs = []