aboutsummaryrefslogtreecommitdiffstats
path: root/onceaday.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2019-01-06 20:43:49 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2019-01-06 20:43:49 +0000
commit93c4146644ea2125fd13a971c456a9ffcf6a274d (patch)
tree5aa7383ae050ff0ec2d5855b49e544f5365648c7 /onceaday.py
parentb7b724c24220b9396e83787f6311082a9b6680e1 (diff)
downloadSmallYTChannelBot-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.py1
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)