Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bf9e7 commit b8a7511Copy full SHA for b8a7511
get_youtube_view.py
@@ -10,4 +10,4 @@
10
while(countBreaks < totalBreaks):
11
time.sleep(5)
12
webbrowser.open("https://www.youtube.com/watch?v=o6A7nf3IeeA")
13
- countBreaks = countBreaks+1
+ countBreaks += 1
0 commit comments