Fixed Ebay and BongaCams checks (#1939)

This commit is contained in:
Soxoj
2024-12-06 13:32:51 +01:00
committed by GitHub
parent 5641456ba0
commit cd789ed138
2 changed files with 33 additions and 4 deletions
+1
View File
@@ -684,6 +684,7 @@ async def maigret(
# setup parallel executor
executor: Optional[AsyncExecutor] = None
if no_progressbar:
# TODO: switch to AsyncioProgressbarQueueExecutor with progress object mock
executor = AsyncioSimpleExecutor(logger=logger)
else:
executor = AsyncioProgressbarQueueExecutor(