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):