mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-07-15 23:42:35 +02:00
Use global conductor instance
The switch from crawler-local conductors to a single pferd-global conductor was made to prepare for auth section credential providers.
This commit is contained in:
@@ -14,7 +14,7 @@ class ProgressBar:
|
||||
def advance(self, amount: float = 1) -> None:
|
||||
self._progress.advance(self._taskid, advance=amount)
|
||||
|
||||
def set_total(self, total) -> None:
|
||||
def set_total(self, total: float) -> None:
|
||||
self._progress.update(self._taskid, total=total)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user