mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Removing positional-only arguments for compatibility with Python 3.7
This commit is contained in:
parent
ddf1b10e56
commit
533c91d133
@ -117,7 +117,7 @@ async def download_all(
|
||||
sources: List[str],
|
||||
targets: List[str],
|
||||
workers: int,
|
||||
/, *,
|
||||
*,
|
||||
rate_limit: Optional[int] = None
|
||||
):
|
||||
progress = Progress(len(sources))
|
||||
|
Loading…
Reference in New Issue
Block a user