wip: separate frontend from backend

This commit is contained in:
Jayden
2024-07-23 20:53:15 -05:00
parent 0704c5ae15
commit 4d31adcca9
12 changed files with 77 additions and 35 deletions

View File

@@ -69,8 +69,7 @@ def create_driver():
chrome_options.add_argument("--disable-dev-shm-usage")
chrome_options.add_argument(f"user-agent={ua.random}")
service = Service(ChromeDriverManager().install())
return webdriver.Chrome(options=chrome_options, service=service)
return webdriver.Chrome(options=chrome_options)
async def make_site_request(