Removed unused lock, allowing usage on Lambda
This commit is contained in:
parent
cea80717c5
commit
a1a73e9edf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue