aboutsummaryrefslogtreecommitdiffstats
path: root/onceaday.py
diff options
context:
space:
mode:
Diffstat (limited to 'onceaday.py')
-rw-r--r--onceaday.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/onceaday.py b/onceaday.py
index 5bebc54..2284646 100644
--- a/onceaday.py
+++ b/onceaday.py
@@ -1,7 +1,7 @@
import SmallYTChannelBotSubmissions
from time import sleep
-SECONDS_IN_DAY = 25 * 60 * 60
+SECONDS_IN_DAY = 24 * 60 * 60
while True:
SmallYTChannelBotSubmissions.every_day()