The setup I had for using asyncio.run with functools.partial didn't actually pan out. A full pass-through lambda is required. I've also moved the mapped downloader variable to the root of the downloaders package.
The setup I had for using asyncio.run with functools.partial didn't actually pan out. A full pass-through lambda is required. I've also moved the mapped downloader variable to the root of the downloaders package.