diff options
| author | dee-oh-double-gee <beaugraham+github@gmail.com> | 2017-02-24 21:49:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-24 21:49:22 -0700 |
| commit | bc30a1166d4271df3a4e6e09d075b3ac1f48c5af (patch) | |
| tree | 27f8c1ea69e3c3c1e44e0c0571ef7d12d99c8787 /YouTubeSubCount.py | |
| parent | a8ce0cc5237022be257c0a12298e3af53438dc70 (diff) | |
Update YouTubeSubCount.py
Diffstat (limited to 'YouTubeSubCount.py')
| -rw-r--r-- | YouTubeSubCount.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/YouTubeSubCount.py b/YouTubeSubCount.py index c3a6e0d..883f014 100644 --- a/YouTubeSubCount.py +++ b/YouTubeSubCount.py @@ -14,7 +14,7 @@ while True: #while True: - time.sleep(60) + time.sleep(5) os.system('clear') print "YOUR CHANNEL Channel Stats:" print "Total number of subscribers: %s" % (subs) |
