From 1fa8b3f1789309d7f805c28b44cef620d4552c4a Mon Sep 17 00:00:00 2001 From: projectdx Date: Sun, 25 Sep 2022 17:38:23 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=A0=EB=8B=88=EB=9D=BC=EC=9D=B4=ED=94=84?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80=20=EB=B0=8F=20=EC=95=A0=EB=8B=8824=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=202022.09.25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit selenium-stealth package import error fixed --- logic_anilife.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic_anilife.py b/logic_anilife.py index 0fdf6a1..5b5a8ec 100644 --- a/logic_anilife.py +++ b/logic_anilife.py @@ -15,7 +15,7 @@ from lxml import html from urllib import parse import urllib -packages = ["beautifulsoup4", "requests-cache", "cloudscraper"] +packages = ["beautifulsoup4", "requests-cache", "cloudscraper", "selenium_stealth"] for package in packages: try: import package