mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-07-12 06:02:31 +02:00
Fix asynchronous methods being not awaited
This commit is contained in:
@ -242,7 +242,7 @@ class Crawler(ABC):
|
||||
path, mtime, redownload, on_conflict)
|
||||
|
||||
async def cleanup(self) -> None:
|
||||
self._output_dir.cleanup()
|
||||
await self._output_dir.cleanup()
|
||||
|
||||
async def run(self) -> None:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user