diff --git a/report_video.py b/report_video.py index fd18b4c..2a015f1 100644 --- a/report_video.py +++ b/report_video.py @@ -87,7 +87,7 @@ class DailymotionClient: EMAIL = "copyright@qiyi.com" PASSWORD = "ppsIQIYI2018@" - def __init__(self, headless: bool = False): + def __init__(self, headless: bool = True): self.email = self.EMAIL self.password = self.PASSWORD self.headless = headless