فهرست منبع

add a missing comma

renaisun 3 سال پیش
والد
کامیت
0ea955b3ed
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      archivebox/extractors/singlefile.py

+ 1 - 1
archivebox/extractors/singlefile.py

@@ -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,
     ]