We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1f6f4 commit 68988c3Copy full SHA for 68988c3
bookmarkmgr/bookmarkmgr/commands/maintain_collection.py
@@ -478,15 +478,15 @@ async def maintain_collection(
478
progress_bar_manager = enlighten.get_manager()
479
480
async with (
481
+ get_progress_bar(
482
+ progress_bar_manager,
483
+ "Maintaining",
484
+ ) as maintaining_progress_bar,
485
ArchiveTodayClient() as at_client,
486
WaybackMachineClient() as wm_client,
487
PerHostnameRateLimitedSession(
488
host_rate_limits=user_options.host_rate_limits,
489
) as check_session,
- get_progress_bar(
- progress_bar_manager,
- "Maintaining",
- ) as maintaining_progress_bar,
490
ForgivingTaskGroup() as task_group,
491
get_progress_bar(
492
progress_bar_manager,
0 commit comments