- dont die on invalid xml, should be visible to the user though
authorMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Sat, 9 Feb 2008 13:32:50 +0000 (13:32 +0000)
committerMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Sat, 9 Feb 2008 13:32:50 +0000 (13:32 +0000)
epgrefresh/src/EPGRefresh.py

index 3adb0a2..99cbd72 100644 (file)
@@ -69,7 +69,10 @@ class EPGRefresh:
                self.configMtime = -1
 
                # Read in Configuration
-               self.readConfiguration()
+               try:
+                       self.readConfiguration()
+               except Exception, e:
+                       print "[EPGRefresh] Error occured while reading in configuration:", e
 
        def readConfiguration(self):
                ####