mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-07-15 15:32:36 +02:00
Fix local crawler's download bars
Display the pure path instead of the local path.
This commit is contained in:
@@ -91,7 +91,7 @@ class LocalCrawler(Crawler):
|
|||||||
if not dl:
|
if not dl:
|
||||||
return
|
return
|
||||||
|
|
||||||
async with self.download_bar(path) as bar:
|
async with self.download_bar(pure) as bar:
|
||||||
await asyncio.sleep(random.uniform(
|
await asyncio.sleep(random.uniform(
|
||||||
0.5 * self._download_delay,
|
0.5 * self._download_delay,
|
||||||
self._download_delay,
|
self._download_delay,
|
||||||
|
Reference in New Issue
Block a user