diff --git a/main.py b/main.py index 3b23016..b77f93e 100755 --- a/main.py +++ b/main.py @@ -61,6 +61,7 @@ while True: if channel in downloading: downloading.remove(channel) print(channel + " is no longer downloading") + time.sleep(1) # Wait one second before going to next channel print("\n\033[3mLast checked: " + datetime.now().strftime("%H:%M:%S") + "\033[0m") print("------------------------------------") time.sleep(60) # Wait 60 Seconds before trying again