Author: duncan
Date: Sat Oct 20 12:30:25 2007
New Revision: 10004

Log:
Fixed the TV_TV_, the wonders of sed


Modified:
   branches/rel-1/freevo/src/tv/channels.py

Modified: branches/rel-1/freevo/src/tv/channels.py
==============================================================================
--- branches/rel-1/freevo/src/tv/channels.py    (original)
+++ branches/rel-1/freevo/src/tv/channels.py    Sat Oct 20 12:30:25 2007
@@ -155,7 +155,7 @@
         chan = str(chan)
         vg = self.getVideoGroup(chan, isplayer)
 
-        freq = config.TV_TV_FREQUENCY_TABLE.get(chan)
+        freq = config.TV_FREQUENCY_TABLE.get(chan)
         if freq:
             _debug_('Using custom frequency: chan="%s", freq="%s"' % (chan, 
freq))
         else:

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to