Correctly nest description entries

This commit is contained in:
I-Al-Istannen 2022-08-14 21:45:33 +02:00
parent 345f52a1f6
commit d9b111cec2
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ instance's greatest bottleneck.
await gather_elements()
if description:
await self._download_description(PurePath("."), description[0])
await self._download_description(cl.path, description[0])
elements.sort(key=lambda e: e.id())