File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,9 @@ def BuildChannelXML(self,channel):
166166 channelEl = self .guideXML .createElement ('channel' )
167167 channelEl .setAttribute ('id' ,channel ["channelId" ])
168168 dispName1 = self .CreateElementWithData ("display-name" ,channel ["channelNo" ] + " " + channel ["callSign" ])
169- dispName2 = self .CreateElementWithData ("displayName " ,channel ["channelNo" ])
170- dispName3 = self .CreateElementWithData ("displayName " ,channel ["callSign" ])
171- dispName4 = self .CreateElementWithData ("displayName " ,channel ["affiliateName" ].title ())
169+ dispName2 = self .CreateElementWithData ("display-name " ,channel ["channelNo" ])
170+ dispName3 = self .CreateElementWithData ("display-name " ,channel ["callSign" ])
171+ dispName4 = self .CreateElementWithData ("display-name " ,channel ["affiliateName" ].title ())
172172 iconEl = self .guideXML .createElement ("icon" )
173173 iconEl .setAttribute ("src" ,"http://" + (channel ["thumbnail" ].partition ('?' )[0 ] or "" ).lstrip ('/' ))
174174 channelEl .appendChild (dispName1 )
You can’t perform that action at this time.
0 commit comments