From 93c4146644ea2125fd13a971c456a9ffcf6a274d Mon Sep 17 00:00:00 2001 From: jwansek Date: Sun, 6 Jan 2019 20:43:49 +0000 Subject: added feature that restarts the program every two hours and fixed one bug --- onceaday.py | 1 + 1 file changed, 1 insertion(+) (limited to 'onceaday.py') 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) -- cgit v1.2.3