mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-07-12 06:02:31 +02:00
Test and fix exclusive output
This commit is contained in:
@ -38,6 +38,9 @@ class Crawler(ABC):
|
||||
def print(self, text: str) -> None:
|
||||
self._conductor.print(text)
|
||||
|
||||
def exclusive_output(self):
|
||||
return self._conductor.exclusive_output()
|
||||
|
||||
@asynccontextmanager
|
||||
async def progress_bar(
|
||||
self,
|
||||
|
Reference in New Issue
Block a user