From 08b7202c061176018c2f51d4cf34209f4684bc94 Mon Sep 17 00:00:00 2001 From: derricktab Date: Tue, 8 Mar 2022 04:42:23 +0300 Subject: [PATCH] removed deprecated executionpath from chrome --- PythonViewBot/YoutubeViewbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonViewBot/YoutubeViewbot.py b/PythonViewBot/YoutubeViewbot.py index 5a898dc..5ecf196 100644 --- a/PythonViewBot/YoutubeViewbot.py +++ b/PythonViewBot/YoutubeViewbot.py @@ -20,7 +20,7 @@ def runBot(): views = 1000 - driver = webdriver.Chrome('webdrivers\chromedriver.exe') + driver = webdriver.Chrome() driver.get(link) for i in range(views):