Skip to content

Commit

Permalink
Removed unused lock, allowing usage on Lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
filipopo committed Sep 7, 2023
1 parent cea8071 commit a1a73e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion undetected_chromedriver/patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@


class Patcher(object):
lock = Lock()
exe_name = "chromedriver%s"

platform = sys.platform
Expand Down

0 comments on commit a1a73e9

Please sign in to comment.