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.
This commit is contained in:
mutto233
2018-07-13 00:09:23 -04:00
committed by GitHub
parent 8a97233523
commit 27f4cbef9b

View File

@@ -171,7 +171,7 @@ class PseudoDailyScheduleController():
currentTime=now currentTime=now
time = now.strftime("%B %d, %Y") time = datetime.now().strftime("%B %d, %Y")
doc, tag, text, line = Doc( doc, tag, text, line = Doc(
).ttl() ).ttl()