From 3ce782220fc98fe168d40dbb4bb89d1fc29d386d Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Thu, 3 Jul 2025 20:43:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9report=5Fvideo.py?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=9E=84=E9=80=A0=E5=87=BD=E6=95=B0=E4=BB=A5?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E4=BC=A0=E5=85=A5=E7=9A=84email=E5=92=8Cpass?= =?UTF-8?q?word=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report_video.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report_video.py b/report_video.py index e944a85..e747b9a 100644 --- a/report_video.py +++ b/report_video.py @@ -93,8 +93,8 @@ class DailymotionClient: PASSWORD = "ppsIQIYI2018@" def __init__(self,email, password, headless: bool = None): - self.email = self.EMAIL - self.password = self.PASSWORD + self.email = email + self.password = password self.headless = headless self.check_interval = 60 * 60 if self.headless is None: