mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
12 lines
510 B
Diff
12 lines
510 B
Diff
diff --git a/src/undetected_chromedriver/patcher.py b/src/undetected_chromedriver/patcher.py
|
|
index 5776d19..e3159dd 100644
|
|
--- a/src/undetected_chromedriver/patcher.py
|
|
+++ b/src/undetected_chromedriver/patcher.py
|
|
@@ -334,6 +334,7 @@ class Patcher(object):
|
|
return "".join(cdc).encode()
|
|
|
|
def is_binary_patched(self, executable_path=None):
|
|
+ return True
|
|
executable_path = executable_path or self.executable_path
|
|
try:
|
|
with io.open(executable_path, "rb") as fh:
|