On Wednesday 21 December 2005 17:16, Matt wrote: > Channel "AMC" is currently set to "/home/mythtv/.mythtv/channels/amc.jpg" > Traceback (most recent call last): > File "mythalsig.py", line 200, in ? > assign_icons(channel_list, icon_dict) > File "mythalsig.py", line 127, in assign_icons > if master_list[lyngsat_country_code].has_key(channel_set[0]): > KeyError: 'us-in'
Ah, I see. Yes, that needs a one line fix, prob: if master_list.has_key(lyngsat_country_code) and master_list[lyngsat_country_code].has_key(channel_set[0]): -- Steve Boddy _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
