From bf49f12e328f5bd5e380e17db5f05c619a651e7b Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 13 Jun 2022 16:47:26 -0400 Subject: [PATCH] fixes issue --- video_creation/screenshot_downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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