From 27f4cbef9b584eb9363085ddad93ac8b215ede40 Mon Sep 17 00:00:00 2001 From: mutto233 <39921339+mutto233@users.noreply.github.com> Date: Fri, 13 Jul 2018 00:09:23 -0400 Subject: [PATCH] Minor website fix Oopsie! I left in a thing that kept the date on your websites as 1/1/1990. This has been fixed by this update. --- both-dir/src/PseudoDailyScheduleController.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/both-dir/src/PseudoDailyScheduleController.py b/both-dir/src/PseudoDailyScheduleController.py index 78b9f6d..b10c5bf 100644 --- a/both-dir/src/PseudoDailyScheduleController.py +++ b/both-dir/src/PseudoDailyScheduleController.py @@ -171,7 +171,7 @@ class PseudoDailyScheduleController(): currentTime=now - time = now.strftime("%B %d, %Y") + time = datetime.now().strftime("%B %d, %Y") doc, tag, text, line = Doc( ).ttl()