diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2019-01-06 20:43:49 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2019-01-06 20:43:49 +0000 |
commit | 93c4146644ea2125fd13a971c456a9ffcf6a274d (patch) | |
tree | 5aa7383ae050ff0ec2d5855b49e544f5365648c7 /onceaday.py | |
parent | b7b724c24220b9396e83787f6311082a9b6680e1 (diff) | |
download | SmallYTChannelBot-93c4146644ea2125fd13a971c456a9ffcf6a274d.tar.gz SmallYTChannelBot-93c4146644ea2125fd13a971c456a9ffcf6a274d.zip |
added feature that restarts the program every two hours and fixed one bug
Diffstat (limited to 'onceaday.py')
-rw-r--r-- | onceaday.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/onceaday.py b/onceaday.py index 593a514..a84b0d9 100644 --- a/onceaday.py +++ b/onceaday.py @@ -5,4 +5,5 @@ SECONDS_IN_DAY = 25 * 60 * 60 while True: SmallYTChannelBotSubmissions.every_day() + print("Called @ %s" % SmallYTChannelBotSubmissions.get_time) sleep(SECONDS_IN_DAY) |