From b8a7511e34b3c2f72984524f2327f820216b8198 Mon Sep 17 00:00:00 2001 From: Nnamdi Date: Thu, 2 Jun 2016 01:37:19 +0100 Subject: [PATCH] line 13 Automatic increment '+=' just looks nicer :) --- get_youtube_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_youtube_view.py b/get_youtube_view.py index dde2c346904..7d4fdcd464c 100644 --- a/get_youtube_view.py +++ b/get_youtube_view.py @@ -10,4 +10,4 @@ while(countBreaks < totalBreaks): time.sleep(5) webbrowser.open("https://www.youtube.com/watch?v=o6A7nf3IeeA") - countBreaks = countBreaks+1 + countBreaks += 1