diff --git a/Chrome/YouTubeBot.py b/Chrome/YouTubeBot.py index 617f624..36f71e9 100644 --- a/Chrome/YouTubeBot.py +++ b/Chrome/YouTubeBot.py @@ -9,6 +9,7 @@ width = pyautogui.size()[0] print("resolution = " + str(width) + ", " + str(height)) window = tk.Tk() +# OK window.title("YouTube Bot") window.resizable(0,0) window.configure(background="white")