aboutsummaryrefslogtreecommitdiffstats
path: root/onceaday.py
diff options
context:
space:
mode:
authorjwanek <eddie.atten.ea29@gmail.com>2020-03-30 20:18:25 +0100
committerjwanek <eddie.atten.ea29@gmail.com>2020-03-30 20:18:25 +0100
commitb6976fd5bc7d74e3dff8b888a812ecfc4edc3e1f (patch)
tree1e900d65d4ea462b89ae9b4469b7bbe15df70220 /onceaday.py
parenta6053befbb0b2d61e3aa53058e1f27832b0753b6 (diff)
parent4a9f566d2d45c7634a4b4ee4ccde7a1a4afe528b (diff)
downloadSmallYTChannelBot-b6976fd5bc7d74e3dff8b888a812ecfc4edc3e1f.tar.gz
SmallYTChannelBot-b6976fd5bc7d74e3dff8b888a812ecfc4edc3e1f.zip
Started major refactoring, see README.md
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)