From af3ef25426dc118d1c528e20b787f7180bd2bcef Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 26 May 2020 16:45:21 +0000 Subject: addded populated timestamp to db --- onceaday.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'onceaday.py') diff --git a/onceaday.py b/onceaday.py index 8028564..0be0c2f 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 * 13) + #sleep(60 * 60 * 13) subreddit.every_day() print("Called @ %s" % subreddit.get_time()) - sleep(60 * 60 * 11) + sleep(60 * 60 * 24) -- cgit v1.2.3