Skip to content

Commit 1e03d45

Browse files
authored
Merge pull request #6 from Schmell/patch-3
Give your self some credit
2 parents 2ad649b + 4045305 commit 1e03d45

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
@@ -1253,7 +1253,7 @@ def printHeader(fh , enc):
12531253
fh.write("<tv source-info-url=\"http://tvguide.com/\" source-info-name=\"tvguide.com\"")
12541254
else:
12551255
fh.write("<tv source-info-url=\"http://tvschedule.zap2it.com/\" source-info-name=\"zap2it.com\"")
1256-
fh.write(" generator-info-name=\"zap2xml\" generator-info-url=\"https://github.com/FastEddyCurrent/zap2xml\">\n")
1256+
fh.write(" generator-info-name=\"script.module.zap2xml\" generator-info-url=\"https://github.com/edit4ever/script.module.zap2xml\">\n")
12571257

12581258
def printFooter(fh):
12591259
fh.write("</tv>\n")

0 commit comments

Comments
 (0)