We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e7bee commit 8a8d2cbCopy full SHA for 8a8d2cb
zap2xml.py
@@ -1536,7 +1536,7 @@ def makeDescsortList(optList):
1536
finaldate = datetime.datetime.strptime(origdate, "%Y%m%d%H%M%S").strftime('%B %d, %Y')
1537
date = "First aired: " + finaldate + space
1538
if "live" in schedule:
1539
- live = "LIVE "
+ new = "LIVE "
1540
origdate = startTime
1541
1542
0 commit comments