mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-22 03:03:33 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user