Update screenshot_downloader.py

pull/731/head
Jason 3 years ago committed by GitHub
parent 7554d22ecd
commit acfcf2adc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ from os import getenv
import os
from pathlib import Path
from playwright.async_api import async_playwright
from playwright.async_api import async_playwright # do not remove this line
from playwright.sync_api import sync_playwright, ViewportSize
from rich.progress import track

Loading…
Cancel
Save