summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordee-oh-double-gee <beaugraham+github@gmail.com>2017-03-11 21:56:45 -0700
committerGitHub <noreply@github.com>2017-03-11 21:56:45 -0700
commit709fb978ca6d6dbce6b29ee7ea6f4b3cb2d7c0cf (patch)
tree688c12a7b3b7962ce808d4d07b550746fe121fbe /README.md
parentbde5bcbae2e4134a4352493c439c81db823206a4 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.