Skip to content

Commit 6d2c0cc

Browse files
committed
Merge pull request geekcomputers#56 from chimamgu/patch-2
line 13
2 parents 45bf9e7 + b8a7511 commit 6d2c0cc

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
@@ -10,4 +10,4 @@
1010
while(countBreaks < totalBreaks):
1111
time.sleep(5)
1212
webbrowser.open("https://www.youtube.com/watch?v=o6A7nf3IeeA")
13-
countBreaks = countBreaks+1
13+
countBreaks += 1

0 commit comments

Comments
 (0)