aboutsummaryrefslogtreecommitdiffstats
path: root/onceaday.py
diff options
context:
space:
mode:
Diffstat (limited to 'onceaday.py')
-rw-r--r--onceaday.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/onceaday.py b/onceaday.py
index 2284646..37adf39 100644
--- a/onceaday.py
+++ b/onceaday.py
@@ -4,6 +4,7 @@ from time import sleep
SECONDS_IN_DAY = 24 * 60 * 60
while True:
+ #sleep(60 * 60 * 13)
SmallYTChannelBotSubmissions.every_day()
print("Called @ %s" % SmallYTChannelBotSubmissions.get_time())
- sleep(SECONDS_IN_DAY)
+ sleep(60 * 60 * 24)