From c71a3ffa6583e25d8bb8b8e103b80342e33b6d49 Mon Sep 17 00:00:00 2001 From: Artem <106631540+rzc0d3r@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:19:25 +0300 Subject: [PATCH] Update chrome_driver_installer to 1.1.1 (091023-2316) --- modules/chrome_driver_installer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/chrome_driver_installer.py b/modules/chrome_driver_installer.py index 139ae8f0f6..573464881a 100644 --- a/modules/chrome_driver_installer.py +++ b/modules/chrome_driver_installer.py @@ -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 @@ -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 \ No newline at end of file + return True