diff options
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) |
