Author: rshortt
Date: Wed Mar  8 19:14:53 2006
New Revision: 8063

Modified:
   trunk/WIP/RobShortt/tvserver-epg2/src/recorder.py

Log:
Bugfix.


Modified: trunk/WIP/RobShortt/tvserver-epg2/src/recorder.py
==============================================================================
--- trunk/WIP/RobShortt/tvserver-epg2/src/recorder.py   (original)
+++ trunk/WIP/RobShortt/tvserver-epg2/src/recorder.py   Wed Mar  8 19:14:53 2006
@@ -315,9 +315,8 @@
 
                     if channel not in self.unknown_channels:
                         error = True
-                        chan = ''
-
-                config.epg.mapping[channel] = chan
+                    chan = ''
+                    config.epg.mapping[channel] = chan
 
         # TODO: remove this debugging when everything works good
         log.debug('bouquets: %s', self.possible_bouquets)


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to