We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cc4b7 commit 6072b8bCopy full SHA for 6072b8b
1 file changed
main.py
@@ -8,7 +8,7 @@ def handler(event=None, context=None):
8
driver_path = '/tmp/chromedriver'
9
browser_path = '/opt/chrome/chrome'
10
11
- os.system(f'cp /opt/chromedriver {driver_path}')
+ os.system(f'cp -u /opt/chromedriver {driver_path}')
12
os.chmod(driver_path, 0o777)
13
14
options = webdriver.ChromeOptions()
0 commit comments