mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Fix local crawler's download bars
Display the pure path instead of the local path.
This commit is contained in:
parent
4b68fa771f
commit
3851065500
@ -91,7 +91,7 @@ class LocalCrawler(Crawler):
|
||||
if not dl:
|
||||
return
|
||||
|
||||
async with self.download_bar(path) as bar:
|
||||
async with self.download_bar(pure) as bar:
|
||||
await asyncio.sleep(random.uniform(
|
||||
0.5 * self._download_delay,
|
||||
self._download_delay,
|
||||
|
Loading…
Reference in New Issue
Block a user