1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12:00

add a missing comma

This commit is contained in:
renaisun 2022-09-12 08:54:15 +08:00 committed by Aaron
parent 40659b5e9d
commit 0ea955b3ed

View file

@ -70,7 +70,7 @@ def save_singlefile(link: Link, out_dir: Optional[Path]=None, timeout: int=TIMEO
cmd = [
DEPENDENCIES['SINGLEFILE_BINARY']['path'],
*deduped_options
*deduped_options,
link.url,
output,
]