mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-07-15 23:42:35 +02:00
Add options to slow down local crawler
These options are meant to make the local crawler behave more like a network-based crawler for purposes of testing and debugging other parts of the code base.
This commit is contained in:
@@ -17,6 +17,7 @@ class ProgressBar:
|
||||
|
||||
def set_total(self, total: float) -> None:
|
||||
self._progress.update(self._taskid, total=total)
|
||||
self._progress.start_task(self._taskid)
|
||||
|
||||
|
||||
class TerminalConductor:
|
||||
|
Reference in New Issue
Block a user