diff --git a/src/renderer/base.py b/src/renderer/base.py index f864386..716c098 100644 --- a/src/renderer/base.py +++ b/src/renderer/base.py @@ -140,7 +140,7 @@ async def _render_url_to_video( if progress_reporter: await progress_reporter.report_step( - LoadingStep("Processing", "Detecting flag bounds and converting to GIF", 0.75) + LoadingStep("Processing", "Detecting flag bounds and converting to WEBP", 0.75) ) video_path = await page.video.path() # ty:ignore[possibly-missing-attribute]