From 93010608e15760f0de24d94d8efd47ab1331a558 Mon Sep 17 00:00:00 2001 From: twojstaryelprimo <98464430+twojstaryelprimo@users.noreply.github.com> Date: Wed, 26 Jan 2022 13:38:57 +0100 Subject: [PATCH] Update YoutubeViewbot.py --- PythonViewBot/YoutubeViewbot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PythonViewBot/YoutubeViewbot.py b/PythonViewBot/YoutubeViewbot.py index 5a898dc..0e189e9 100644 --- a/PythonViewBot/YoutubeViewbot.py +++ b/PythonViewBot/YoutubeViewbot.py @@ -11,13 +11,13 @@ def window(): def runBot(): #time to refresh page (seconds) - Timer = int(timeInput.text()) + Timer = int(timeInput.text(3 second)) #youtube link - link = linkInput.text() + link = linkInput.text(https://www.youtube.com/watch?v=1GNgvTK14hQ) #number of views - views = 1000 + views = 4000 driver = webdriver.Chrome('webdrivers\chromedriver.exe')