Skip to content

Commit 5a9dc87

Browse files
authored
Update get_youtube_view.py
1 parent 182ec78 commit 5a9dc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_youtube_view.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
#how much views you want
55

66
print("Enjoy your Time\n" +time.ctime())
7-
for count in range(2):
7+
for count in range(30):
88
time.sleep(5)
99
webbrowser.open("https://www.youtube.com/watch?v=o6A7nf3IeeA")

0 commit comments

Comments
 (0)