Skip to content

Commit

Permalink
Update chrome_driver_installer to 1.1.1 (091023-2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r authored Oct 9, 2023
1 parent a4b7655 commit c71a3ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/chrome_driver_installer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version 1.1 (061023-1527)
VERSION = 'v1.1 (061023-1527) by rzc0d3r'
# Version 1.1.1 (091023-2316)
VERSION = 'v1.1.1 (091023-2316) by rzc0d3r'
import sys

from platform import processor
Expand Down Expand Up @@ -103,4 +103,4 @@ def download_chrome_driver(path, url=None):
with open(path+'/'+chromedriver_name, 'wb') as f:
f.write(zip.read(chromedriver_zip_path+chromedriver_name))
remove(zip_path)
return True
return True

0 comments on commit c71a3ff

Please sign in to comment.