Skip to content

Commit 9c9a889

Browse files
authored
remove sortthing error
1 parent b4c11f5 commit 9c9a889

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zap2xml.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,6 @@ def printProgrammes(fh):
13971397

13981398
if "credits" in programs[p]:
13991399
fh.write("\t\t<credits>\n")
1400-
global sortThing1, sortThing2
14011400
sortThing1= str(p)
14021401
sortThing2 = "credits"
14031402
for g in sorted(programs[p]["credits"], cmp=sortThings):

0 commit comments

Comments
 (0)