Update comment in sources/browser.py by copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Martin 2025-03-29 20:25:52 +01:00 committed by GitHub
parent 45818b1eba
commit cd1833f3ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@ def create_driver(headless=False):
class Browser:
def __init__(self, driver, anticaptcha_install=True):
"""Initialize the browser with optional headless mode."""
"""Initialize the browser with optional AntiCaptcha installation."""
self.js_scripts_folder = "./sources/web_scripts/" if not __name__ == "__main__" else "./web_scripts/"
self.anticaptcha = "https://chrome.google.com/webstore/detail/nopecha-captcha-solver/dknlfmjaanfblgfdfebhijalfmhmjjjo/related"
try: