From f3a8a62908c4b0f7dbf4c25bac33c8eebae3f98a Mon Sep 17 00:00:00 2001 From: Leon Date: Tue, 8 Aug 2023 01:00:07 +0200 Subject: [PATCH] Update patcher.py --- undetected_chromedriver/patcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/undetected_chromedriver/patcher.py b/undetected_chromedriver/patcher.py index a84bc7d..d7d62b0 100644 --- a/undetected_chromedriver/patcher.py +++ b/undetected_chromedriver/patcher.py @@ -116,7 +116,7 @@ class Patcher(object): # # -1 being a skip value used later in this block # p = pathlib.Path(self.data_path) - if self.user_multiprocs: + if self.user_multi_procs: with Lock(): files = list(p.rglob("*chromedriver*?")) for file in files: