From bc980c91a757f31d0ddc2814101d60670d08ec79 Mon Sep 17 00:00:00 2001 From: Justin Emter Date: Thu, 3 Aug 2017 07:34:30 -0700 Subject: [PATCH] Hopefully fixed the daily update bug. --- PseudoChannel.py | 2 +- pseudo_config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PseudoChannel.py b/PseudoChannel.py index ce37f0b..af3c04a 100644 --- a/PseudoChannel.py +++ b/PseudoChannel.py @@ -1084,7 +1084,7 @@ if __name__ == '__main__': t.start() - print '{}'.format(datetime.datetime.now(), end="\r") + #print '{}'.format(datetime.datetime.now(), end="\r") except KeyboardInterrupt: diff --git a/pseudo_config.py b/pseudo_config.py index ccc222f..865fb58 100644 --- a/pseudo_config.py +++ b/pseudo_config.py @@ -63,6 +63,6 @@ useGoogleCalendar = False useCommercialInjection = True -dailyUpdateTime = "11:59 PM" +dailyUpdateTime = "11:59 AM" debug_mode = False