diff --git a/video_creation/screenshot_downloader.py b/video_creation/screenshot_downloader.py index d401811..43742c7 100644 --- a/video_creation/screenshot_downloader.py +++ b/video_creation/screenshot_downloader.py @@ -2,7 +2,7 @@ import json from os import getenv from pathlib import Path -# from playwright.async_api import async_playwright +from playwright.async_api import async_playwright from playwright.sync_api import sync_playwright, ViewportSize from rich.progress import track