diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2020-05-26 16:45:21 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2020-05-26 16:45:21 +0000 |
commit | af3ef25426dc118d1c528e20b787f7180bd2bcef (patch) | |
tree | c375490826aacf443c8664965ef4d3b6bc8c8004 /onceaday.py | |
parent | ba7dabc6811dbc1548cbcb6a94b7a619d75753bd (diff) | |
download | SmallYTChannelBot-af3ef25426dc118d1c528e20b787f7180bd2bcef.tar.gz SmallYTChannelBot-af3ef25426dc118d1c528e20b787f7180bd2bcef.zip |
addded populated timestamp to db
Diffstat (limited to 'onceaday.py')
-rwxr-xr-x | onceaday.py | 4 |
1 files changed, 2 insertions, 2 deletions
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) |