Fix: stray thread arg

This commit is contained in:
Puyodead1 2021-05-21 21:31:24 -04:00 committed by GitHub
parent cb98f57bd0
commit 7f399c71dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,7 +392,6 @@ def process_caption(caption,
lecture_index,
lecture_title,
lecture_dir,
threads,
tries=0):
filename = f"%s. %s_%s.%s" % (lecture_index, sanitize(lecture_title),
caption.get("locale_id"), caption.get("ext"))