From 5a956297b96e71d8452069a358c1ecd59f76d81b Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Sun, 18 Aug 2024 12:06:40 +0800 Subject: [PATCH] =?UTF-8?q?Update=20iptv=E6=B5=81=E7=95=85=E5=BA=A6?= =?UTF-8?q?=E6=A3=80=E6=B5=8B.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/iptv流畅度检测.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/iptv流畅度检测.py b/py/iptv流畅度检测.py index 2fd412f..98cb47a 100644 --- a/py/iptv流畅度检测.py +++ b/py/iptv流畅度检测.py @@ -1,5 +1,6 @@ #本程序只适用于酒店源的检测,请勿移植他用 import time +from datetime import datetime, timedelta # 确保 timedelta 被导入 import concurrent.futures from selenium import webdriver from selenium.webdriver.chrome.options import Options