Test and fix exclusive output

This commit is contained in:
Joscha
2021-04-29 15:26:10 +02:00
parent 2e85d26b6b
commit d96a361325
4 changed files with 55 additions and 19 deletions

View File

@ -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,