From a1a73e9edfd0f33a73d26ce9fd8526a2dadbfe62 Mon Sep 17 00:00:00 2001 From: Filip Date: Thu, 7 Sep 2023 02:53:38 +0200 Subject: [PATCH] Removed unused lock, allowing usage on Lambda --- undetected_chromedriver/patcher.py | 1 - 1 file changed, 1 deletion(-) diff --git a/undetected_chromedriver/patcher.py b/undetected_chromedriver/patcher.py index 1b5409d..d3063a1 100644 --- a/undetected_chromedriver/patcher.py +++ b/undetected_chromedriver/patcher.py @@ -25,7 +25,6 @@ IS_POSIX = sys.platform.startswith(("darwin", "cygwin", "linux", "linux2")) class Patcher(object): - lock = Lock() exe_name = "chromedriver%s" platform = sys.platform