From 709fb978ca6d6dbce6b29ee7ea6f4b3cb2d7c0cf Mon Sep 17 00:00:00 2001 From: dee-oh-double-gee Date: Sat, 11 Mar 2017 21:56:45 -0700 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0687773..cc2ceb0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Edit the CHANNEL_ID, YOUTUBE_DATA_API_V3, and YOUR CHANNEL parts of the script t ``` sudo python YouTubeSubCount.py ``` -The script will update every 5 seconds. My channel is small so I only have it update every minute but by default it refreshes every 5 seconds. +The script will update every 5 seconds. My channel is small so I only have it update every minute but by default it refreshes every 5 seconds. You can change this by editing the line "time.sleep(5)" to " time.sleep(X)" where X is how many seconds you want it to refresh at. This is my first python script so please help me out and make changes that could improve the script. -- cgit v1.2.3