Author: dmeyer
Date: Sun Oct 16 17:39:55 2005
New Revision: 7727
Modified:
trunk/freevo-tvserver/src/config.py
Log:
fix schema to changed variables
Modified: trunk/freevo-tvserver/src/config.py
==============================================================================
--- trunk/freevo-tvserver/src/config.py (original)
+++ trunk/freevo-tvserver/src/config.py Sun Oct 16 17:39:55 2005
@@ -7,8 +7,8 @@
# get logging object
log = logging.getLogger()
-schema = { 'RECORDINGS_START_PADDING': int,
- 'RECORDINGS_STOP_PADDING' : int,
+schema = { 'RECORD_START_PADDING': int,
+ 'RECORD_STOP_PADDING' : int,
'SERVER_UID' : int,
'START_TVDEV': bool }
@@ -26,3 +26,5 @@
EPG_FILENAME = EPG_FILENAME.replace('$(DATADIR)', DATADIR)
EPG_MAPPING = conf['epg mapping']
+
+print conf.normalize()
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog