From a4682a9647b55045c38d1bf6c727f968fa8d99ba Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Wed, 4 Jun 2025 20:56:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=E5=AF=BC=E5=85=A5=E4=BB=A5=E6=B8=85?= =?UTF-8?q?=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_video.py b/report_video.py index b18e4ea..7aaceb6 100644 --- a/report_video.py +++ b/report_video.py @@ -1,6 +1,6 @@ import time import functools - +import os from playwright.sync_api import ( sync_playwright, TimeoutError as PlaywrightTimeoutError,