aboutsummaryrefslogtreecommitdiffstats
path: root/onceaday.py
diff options
context:
space:
mode:
Diffstat (limited to 'onceaday.py')
-rwxr-xr-x[-rw-r--r--]onceaday.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/onceaday.py b/onceaday.py
index a5b41cf..ff444fc 100644..100755
--- a/onceaday.py
+++ b/onceaday.py
@@ -4,7 +4,7 @@ from time import sleep
SECONDS_IN_DAY = 24 * 60 * 60
while True:
- sleep(60 * 60 * 5)
+ sleep(60 * 60 * 4)
SmallYTChannelBotSubmissions.every_day()
print("Called @ %s" % SmallYTChannelBotSubmissions.get_time())
- sleep(60 * 60 * 19)
+ sleep(60 * 60 * 20)