mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Rename log.action to log.status
This commit is contained in:
parent
1f400d5964
commit
27b5a8e490
3 changed files with 8 additions and 8 deletions
|
|
@ -101,7 +101,7 @@ class CrawlToken(ReusableAsyncContextManager[ProgressBar]):
|
|||
bar_desc = f"[bold bright_cyan]Crawling[/] {escape(fmt_path(self._path))}"
|
||||
after_desc = f"[bold cyan]Crawled[/] {escape(fmt_path(self._path))}"
|
||||
|
||||
self._stack.callback(lambda: log.action(after_desc))
|
||||
self._stack.callback(lambda: log.status(after_desc))
|
||||
await self._stack.enter_async_context(self._limiter.limit_crawl())
|
||||
bar = self._stack.enter_context(log.crawl_bar(bar_desc))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue