Skip to content

Commit 8a8d2cb

Browse files
committed
fix "LIVE" in xdetails
1 parent 97e7bee commit 8a8d2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zap2xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ def makeDescsortList(optList):
15361536
finaldate = datetime.datetime.strptime(origdate, "%Y%m%d%H%M%S").strftime('%B %d, %Y')
15371537
date = "First aired: " + finaldate + space
15381538
if "live" in schedule:
1539-
live = "LIVE "
1539+
new = "LIVE "
15401540
origdate = startTime
15411541
finaldate = datetime.datetime.strptime(origdate, "%Y%m%d%H%M%S").strftime('%B %d, %Y')
15421542
date = "First aired: " + finaldate + space

0 commit comments

Comments
 (0)