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: