Skip to content

Commit e9f3ba3

Browse files
committed
Fixup
1 parent ae5e46a commit e9f3ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rev_ai/apiclient.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def submit_job_local_file(
257257
remove_disfluencies=remove_disfluencies,
258258
delete_after_seconds=delete_after_seconds,
259259
language=language,
260-
custom_vocabulary_id=-custom_vocabulary_id,
260+
custom_vocabulary_id=custom_vocabulary_id,
261261
transcriber=transcriber,
262262
verbatim=verbatim,
263263
rush=rush,

0 commit comments

Comments
 (0)