mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Correctly nest description entries
This commit is contained in:
parent
345f52a1f6
commit
d9b111cec2
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ instance's greatest bottleneck.
|
||||||
await gather_elements()
|
await gather_elements()
|
||||||
|
|
||||||
if description:
|
if description:
|
||||||
await self._download_description(PurePath("."), description[0])
|
await self._download_description(cl.path, description[0])
|
||||||
|
|
||||||
elements.sort(key=lambda e: e.id())
|
elements.sort(key=lambda e: e.id())
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue