From 17ba900910921257572673c838b95767a9d6235d Mon Sep 17 00:00:00 2001 From: Leon Date: Thu, 2 Jan 2020 09:56:43 +0100 Subject: [PATCH] Update __init__.py --- undetected_chromedriver/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/undetected_chromedriver/__init__.py b/undetected_chromedriver/__init__.py index 51088ce..699dc16 100644 --- a/undetected_chromedriver/__init__.py +++ b/undetected_chromedriver/__init__.py @@ -30,7 +30,7 @@ logger = logging.getLogger(__name__) _DL_BASE = "https://chromedriver.storage.googleapis.com/" -TARGET_VERSION = 79 +TARGET_VERSION = 80 __is_patched__ = 0