diff --git a/logic_anilife.py b/logic_anilife.py index 5b5a8ec..fea0dde 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", "selenium_stealth"] +packages = ["beautifulsoup4", "requests-cache", "cloudscraper", "selenium_stealth", "webdriver_manager"] for package in packages: try: import package