Skip to content

Commit b8a7511

Browse files
committed
line 13
Automatic increment '+=' just looks nicer :)
1 parent 45bf9e7 commit b8a7511

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)