mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue