Skip to content

Commit 8850d37

Browse files
authored
Merge pull request #1 from Schmell/Schmell-patch-1
fix 'cast' referenced before assignment
2 parents 364af17 + 165f1ec commit 8850d37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zap2xml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,6 +1354,7 @@ def printProgrammes(fh):
13541354
live = ""
13551355
hd = ""
13561356
cc = ""
1357+
cast = ""
13571358
bullet = u" \u2022 "
13581359
if "originalAirDate" in programs[p]:
13591360
origdate = enc(convDateLocal(programs[p]["originalAirDate"]))

0 commit comments

Comments
 (0)