diff options
| author | dee-oh-double-gee <beaugraham+github@gmail.com> | 2017-03-11 21:56:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-11 21:56:45 -0700 |
| commit | 709fb978ca6d6dbce6b29ee7ea6f4b3cb2d7c0cf (patch) | |
| tree | 688c12a7b3b7962ce808d4d07b550746fe121fbe | |
| parent | bde5bcbae2e4134a4352493c439c81db823206a4 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
